Thank you for the answer! I am fairly new with these parser technology. But now it is clear.
----- Sochea MEAS, intern LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 email: [EMAIL PROTECTED] -----Original Message----- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: Re: Axis Supporting different parsers? Sochea Meas (LMC) wrote: > 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.
