[EMAIL PROTECTED] wrote:
> 
> Can anyone tell me which is the best JDOM, XERCES, and JAXP parser?

That's a little like asking: what's the best choice a potato, an orange,
or a yogurt?
They don't compare!!

JDOM is just a structure to represent an XML document in memory.
Xerces is a whole set of things including a fully compliant validating
parser supporting SAX2 and XML Schemas, a vanilla DOM Level 2
implementation, a serializer...
JAXP is just an API to instantiate a parser in an implementation
independent way.
-- 
Arnaud  Le Hors - IBM Cupertino, XML Strategy Group

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to