> * Chris Chiasson <puevf puvnffba.anzr>
[2006-09-27 15:36:03 -0500]:
>
> here is my XML_CATALOG_FILES entry on Gentoo Linux in
the BASH environment:
>
> XML_CATALOG_FILES=file:///etc/xml/catalog
>
> and here is the one from my Windows environment, which
also works:
>
> C:>echo %XML_CATALOG_FILES%
>
file:///C%3A/Program%20Files/docbook-xsl/docbook-xsl-1.71.0/
catalog.xml
>
> I don't know if those quotation marks in yours are
messing things up or not.
probably not:
XML_CATALOG_FILES="file:///usr/local/src/clisp/current/
doc/catalog.xml " xsltproc --timing --stringparam
collect.xref.targets "only" --stringparam
targets.filename "tdb-man.xml" pile.xsl clisp.xml
Parsing stylesheet pile.xsl took 36 ms
Parsing document clisp.xml took 147 ms
Writing tdb-man.xml for refentry(clisp)
Applying stylesheet took 44176 ms
Saving result took 0 ms
XML_CATALOG_FILES="file:///usr/local/src/clisp/current/
doc/catalog.xml " xsltproc --timing --stringparam
collect.xref.targets "only" --stringparam
targets.filename "tdb-pile.xml" pile.xsl
impnotes.xml
Parsing stylesheet pile.xsl took 0 ms
Parsing document impnotes.xml took 955 ms
Writing tdb-pile.xml for book(impnotes-top)
Applying stylesheet took 186671 ms
Saving result took 0 ms
it's just man.xsl that does not work:
XML_CATALOG_FILES="file:///usr/local/src/clisp/current/
doc/catalog.xml " xsltproc --timing --stringparam
target.database.document "olink-pile.xml"
--stringparam current.docid "man" -o clisp.1
man.xsl clisp.xml
Parsing stylesheet man.xsl took 5 ms
warning: failed to load external entity "http://docbook.xml-doc.org/snapshots/xsl/m
anpages/html-synop.xsl"
compilation error: file http://docbook.xml-doc.org/snapshots/xsl/manpages/d
ocbook.xsl line 12 element import
xsl:import : unable to load http://docbook.xml-doc.org/snapshots/xsl/manpage
s/html-synop.xsl
--
Sam Steingold (http://www.podval.org/~sds
) on Fedora Core release 5 (Bordeaux)
http://openvotingcons
ortium.org http://jihadwatch.org http://dhimmi.com
http://israelunder
attack.slide.com http://honestreporting.com
WinWord 6.0 UNinstall: Not enough disk space to uninstall
WinWord
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|