> -----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