Where can I find XMLParsers?

Hi!Anyone who can give me a tip on where I can download different XML parsers?
[99 byte] By [ermahen] at [2007-9-26 2:46:42]
# 1
> Hi!> > Anyone who can give me a tip on where I can download> different XML parsers?Got to www.jdom.org for JDOM parseror www.xml.apache.org for Xerces(DOM, SAX )parser
san_gomes at 2007-6-29 10:30:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Xerces: http://xml.apache.org/dist/xerces-j/

Crimson: http://xml.apache.org/dist/crimson/

ibm's XML4J: http://www.alphaworks.ibm.com/tech/xml4j

AElfred: http://www.opentext.com/services/content_management_services/xml_sgml_solutions.html#aelfred_and_sax

helper sites:

http://www.sun.com/xml

http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom.html

http://ecerami.com/xerces/

http://www.xmlsoftware.com/

and many, many more.

Welcome.

lk555 at 2007-6-29 10:30:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Actually, the Web Developers Virtual Library maintains this list of available XML parsers at: http://wdvl.com/Software/XML/parsers.html
lk555 at 2007-6-29 10:30:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Go to apache.org webpage and download Xerces-J 1.3.1 version. Make sure to include xerces.jar in your classpath.
sundance at 2007-6-29 10:30:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 5
Ahh...a wery good site, thanks.Thanks for being so quick!//Andreas
ermahen at 2007-6-29 10:30:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...