RE: [docbook-apps] Re: "xsl:import : unable to load manpages/html-synop.xsl" error

From
Mauritz Jeanson <>
Date
2006-09-27T21:37:56+00:00
ID
001101c6e27d$2f3acd50$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] Re: "xsl:import : unable to load manpages/html-synop.xsl" error
> -----Original Message-----
> From:  Chris Chiasson
> 
> You probably won't like this, but I recommend setting up a
> CatalogManager.properties file in your CLASSPATH and using Saxon +
> Xerces 2 to debug the catalog. There is an example
> CatalogManager.properties in the docbook-xsl distribution (at least in
> the one from SourceForge, anyway). Set the verbosity level to 99 in
> CatalogManager.properties.


If you use xsltproc, as Sam Steingold does, it is easier to use the built-in
catalog debugging functionality of libxml2
(http://xmlsoft.org/catalog.html#validate).

/MJ