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

Java 1.5 ("Tiger") ships with Xerces2 as the default. It's repackaged so that it doesn't conflict with existing Apache packages but you can see the Xerces version with this command-line:

  java com.sun.org.apache.xerces.internal.impl.Version

This prints the following in Java 1.5:

  Xerces-J 2.6.2

--
Andy Clark * [EMAIL PROTECTED]

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



Reply via email to