Xalan is a transformation engine so it makes perfect sense to have a standalone program for it, the same is not so true for Xerces. So we don't have any such program but there are many sample programs you can use if all you want to no is check whether a document is wellformed or valid. SAXCount or DocumentTracer for instance would do the job. You just need to ignore the output. If you want to write a small program that does nothing else than parse the document it'd be trivial to write starting from one of those samples. -- Arnaud Le Hors - IBM Cupertino, XML Strategy Group
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
