From: Grant M. <gr...@us...> - 2002-04-03 00:30:15
|
Update of /cvsroot/perl-xml/perl-xml-faq In directory usw-pr-cvs1:/tmp/cvs-serv23301 Modified Files: faq-style.xsl Log Message: - changed path to DocBook XSL distribution Index: faq-style.xsl =================================================================== RCS file: /cvsroot/perl-xml/perl-xml-faq/faq-style.xsl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- faq-style.xsl 31 Mar 2002 20:00:41 -0000 1.1.1.1 +++ faq-style.xsl 2 Apr 2002 21:44:24 -0000 1.2 @@ -4,7 +4,10 @@ xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> -<xsl:import href="../../docbook/docbook-xsl-1.49/html/docbook.xsl"/> +<!-- This is where I chose to install the DocBook XSL Stylesheets --> +<!-- from: http://docbook.sourceforge.net/projects/xsl/index.html --> + +<xsl:import href="/usr/share/xml/docbook/xslt/html/docbook.xsl"/> <!-- Parameter settings --> |