Craig White schrieb:
> > I'm on Linux... ';' seems right
> >
>
> > # echo $CLASSPATH
> > /var/www/html/docbook-xsl/extensions/saxon65.jar:\
> > /var/www/html/docbook-xsl/extentions/xalan27.jar:\
> > /var/www/html/saxon/saxon.jar:\
> > /var/www/html/saxon/xercesImpl.jar
> >
> >
>
Then you have to set the CLASSPATH property right. Anyway you have the
saxon archive two times in your classpath. Why?
>> >> *-cp saxon.jar;/var/www/html/saxon/xercesImpl.jar \
>> >>
>> >>
>>
You have to decide relative paths every time or all paths absolute.
# java \
>> > > -Djavax.xml.parsers.DocumentBuilderFactory=\
>> > > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl \
>> > > -Djavax.xml.parsers.SAXParserFactory=\
>> > > org.apache.xerces.jaxp.SAXParserFactoryImpl \
>> > > *-cp saxon.jar;/var/www/html/saxon/xercesImpl.jar \
>> > > -o myfile.html \
>> > > /var/www/html/books/content/books/xml/qm_manual/en/index.xml \
>> > > /var/www/html/docbook-xsl/html/docbook.xsl \
>> > > use.extensions=1
>>
> >
>
I miss the mentioned saxon class.
Did you tried to use Xerces 2.9.0?
Regards