News

Writing XML parser independent code has many benefits; the JAXP API is to XML as the JDBC API is to the relational database. This introductory article will educate developers about the JAXP API, and ...
With about a day of work, Brandt’s SAX XML parser can be converted into a simple DOM-type parser that has the ability to manage data as well as read and write the data in XML format. The parser ...