News

An XML element attribute is a tag property that adds additional information to XML data. You can use the Java JDOM classes to read the XML data including the element's attribute property.
J2SE provides a SAX (Simple API for XML) parser, and JDOM is a freely available DOM (Document Object Model) parser, but both introduce complexities.