On Sat, 2005-01-15 at 08:36 -0500, Denis Bradford wrote:
> Sorry, you asked for a command line.
Slow down Denis :-)
Make and I aren't even on speaking terms yet!
> This command accompishes
> the same thing as the makefile in my earlier reply:
>
> java -cp "/myjava/saxon.jar:
> /myxml/catalogs:
> /myjava/resolver.jar:
> /myxml/docbookxsl/extensions/saxon651.jar:
> /myxml/website/extensions/saxon64.jar"
> com.icl.saxon.StyleSheet
> -r org.apache.xml.resolver.tools.CatalogResolver
> -x org.apache.xml.resolver.tools.ResolvingXMLReader
> -o depends.tabular autolayout.xml
> /myxml/website/xsl/makefile-dep.xsl
I'm coming round to the fact that it was my (bad )
catalog management.
1. catalogmanager.properties had upper case letters in it.
2. The 'order' of catalogs seemingly was (maybe still is)
wrong.
Norm/Bob, is there any particular order that works best?
I note that the website catalog calls up the basic docbook catalog,
but neither seems to cater for the stylesheets?
<uri
name="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"
uri="file:///usr/share/xml/docbook-xsl-1.62.1/html/docbook.xsl" />
<uri
name="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
uri="file:///usr/share/xml/docbook-xsl-1.62.1/html/chunk.xsl" />
As Bob has it.
I've put those in my own catalog.
Getting there, but slowly.
Not nice that the catalog software bombed on me like that without
any message though!
regards DaveP