Axis Supporting different parsers?
Hi all!
Is Axis capable of supporting different parsers beside to Xerces? (eg. Xalan, SAX, Cocoon).
1. Xalan isnt an XML parser, its an XSLT engine 2. SAX isnt an XML parser, its an XML API (that axis uses) 3. Cocoon is an XML parser, its an XML processing system
But other than the fact your examples were all slightly off, the answer is 'yes. but it mainly gets tested on Xerces'. Other parsers can cause trouble (as XSD is trouble), and if you want to fix the problems you will be left on your own to do it.
