News

In the early days of using Java in conjunction with XML , it often seemed more difficult than it should be to use the Java programming language with the XML markup language.
The Jakarta Commons Digester is a popular open source utility that facilitates XML file processing. This article provides an overview of Digester, followed by an example that uses Digester to ...
I'm about 98% done building an app for parsing a certain network vendor's XML dumps, and need some help with group objects I know I should have used etree, but minidom seemed too straight forward ...
Build a simple RSS reader in easy to follow steps, using AsyncTask to fetch feeds, and XmlPullParser to parse the returned XML. Complete source included.