aspose file tools
The moose likes XML and Related Technologies and the fly likes Regarding Parsers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Regarding Parsers" Watch "Regarding Parsers" New topic
Author

Regarding Parsers

Jose Mon
Ranch Hand

Joined: Feb 13, 2007
Posts: 30
Hi,
I found most of the java applications are using xerces parser for parsing xml's. I think parsing can be done by using standard java packages without using these third party jars. Can anybody explain the advantage of using these xerces(or any other) over sun's impl.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
Several generations ago in the Java universe, the Xerces libraries were considered the best available. Ever since about Java 1.4 the standard library in the SDK has been perfectly usable. There has always been a lot of communication between people working on Sun's libraries and IBM's libraries with various Apache Software Foundation projects such as Xerces so that should be no surprise.

These days I would feel very silly telling a customer that he or she has to install separate libraries when they have Java 1.5 or 1.6 already.

Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Regarding Parsers
 
Similar Threads
parsing XML document against DTD!!!
Help needed in XML Parsing
does JDK has some XML parsing and XPath or we should use libraries like Xalan... ?
Parsing XSD using Xerces
path resolution problem for DTD file on Linux