RE: [docbook-apps] help desperately needed a.k.a. can't get any of the 3 major free xslt engines to work

From
Mauritz Jeanson <>
Date
2006-09-08T16:48:51+00:00
ID
000901c6d366$abdf7070$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] help desperately needed a.k.a. can't get any of the 3 major free xslt engines to work
> -----Original Message-----
> From:  
> 
> A message from beyond the frayed ends of sanity:
> 
> I meticulously created command line examples of trying to use xalan,
> saxon, and xsltproc. There are available, along with the source and
> xsl files, at the address below. Please help me run these processors.


I found errors with the switches for the resolver in your "regular way"
Saxon command. They should be as follows:

 -r org.apache.xml.resolver.tools.CatalogResolver 
 -x org.apache.xml.resolver.tools.ResolvingXMLReader 
 -y org.apache.xml.resolver.tools.ResolvingXMLReader 


A friendly advice: it would be much easier to help with the rest if you
could provide a much smaller XML source sample (preferably one single file,
trimmed down as much as possible) that demonstrates the problem.

/MJ