At 12:35 07/02/2002 -0500, Jeff Beal wrote: >It looks like DSSL is returning validation errors. It's entire possible >that your XSLT processor does not fully validate. (I know that Saxon >doesn't catch everything.) Get a validating XML parser, like Xerces, and >run it on your XML if you're not sure the XML is actually valid.
I prefer to use Xerces with Saxon. java -cp .;\myjava\saxon643.jar;\myjava\xerces.jar com.icl.saxon.StyleSheet -x org.apache.xerces.parsers.SAXParser -l -o %3 %1 %2 "saxon.extensions=1" %4 %5 %6 works for me. HTH DaveP
