There are
many small java XML parsers available for free and you can use them
in parsing the XML documents. XP is one XML parser that is written in
Java. With that parser you can detect the XML documents that are not
well-formed.
_______________________________________________
_______________________________________________
This
parser cannot be used for validating at present but it can also parse
the external entities. When we say external entities, it includes external
parameters, general entities, and the external DTD subsets.
Another
java XML parser that is available in the open source category is the
Xerces Java Parser. XML 1.0 is supported by this Xerces Java Parser.
It also supports the XML Schema 1.0, SAX Version 2, and the DOM Level
2. It also supports the DOM Level 1 and the SAX Version 1.
A simple
search on the internet will provide you a list of XML parser that is
written in Java and you can find most of them free. Some websites provide
a list of all the Java XML Parsers available in the open source category.
Recent Original Stories (New Mobile Computing)
George Ou compares Microsoft Office 2007 to OpenOffice 2.2 in memory and CPU usage using the OOXML and ODF file formats. The conclusion according to Ou: "We can see that the OpenOffice.org ODF XML parser (while vastly improved) is still about 5 times slower than Microsoft's OOXML parser.
Polyglot Plurality (Java World)
Submitted by Ted Neward on Wed, 07/02/2008 - 19:13. The Pragmatic Programmer says, "Learn a new language every year". This is great advice, not just because it puts new tools into your mental toolbox that you can pull out on various occasions to get a job done, but also because it opens your mind to new ideas and new concepts that will filter their way into your code even without explicit ...