How to parse an xml file using this xerces. 

java sax.Writer will work with this?

Ganesh
-----Original Message-----
From: Andy Clark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 03, 2004 2:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Xerces Vs Crimson


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]

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

Reply via email to