Sudhakar --

I would like to know the difference between xerces and crimson parsers

Xerces has far fewer bugs and more correct support for Java/XML standards (SAX, DOM) than Crimson does.


And also I would like to know by default which parser will be used by JDK

That depends on which JDK and which version. You can figure it out by writing a little program that prints the class name of the default parser factory...


        -- Paul


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



Reply via email to