Xml parsers supported by JAXP1.1

I'd like to know the xml parsers and their versions supported by JAXP1.1. although crimson.jar is the default parser provided, but i want to use a different parser. I need the answers urgently,Thanks.
[229 byte] By [lavinarp] at [2007-9-26 3:28:31]
# 1
Hi,why do you want use a different parser?
rkunzke at 2007-6-29 11:52:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Actually, your question should be the other way around. The parsers I use (besides Crimson) are Xerces (apache) and XML4J (ibm). I know these support JAXP1.1.

For more info I refer you to the Web Developers Virtual Library, which maintains a list of available XML parsers at: http://wdvl.com/Software/XML/parsers.html

Go from there to see if they support JAXP.

Good luck.

lk555 at 2007-6-29 11:52:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

Hello,

You can use Xerces from Apache (see: http://xml.apache.org/)

They also have a comparison between Crimson and Xerces:

http://xml.apache.org/~andyc/xerces2/crimson.html

http://xml.apache.org/~andyc/xerces2/xerces.html

Hope this helps,

Kind regards,

Hans.

interfr4stic at 2007-6-29 11:52:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Thank you for the reply, but the site u listed doesn't tell me anything about the parsers and their versions which could be used with jaxp1.1
lavinarp at 2007-6-29 11:52:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 5
Thanks lk555,But still, i haven't got the information i require that is- the parsers(with their versions) which could be used with jaxp1.1
lavinarp at 2007-6-29 11:52:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 6
Both Xerces and Crimson can be used with JAXP1.1.Hans
interfr4stic at 2007-6-29 11:52:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 7
Just bumped into this: http://java.sun.com/xml/jaxp-1.1/docs/tutorial/overview/3_apis.htmlIf this is not what you are looking for please clarify more.Regards,Hans
interfr4stic at 2007-6-29 11:52:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...