XML Processing with TRaX
Article by Craig Pfeifer in ONJava.com. Purpose of TRaX (Java API for specifying and executing XML transformations), code example, links. (July 2, 2001)
XNGR XML Browser
A simple and flexible browser framework for XML elements, allows for association of pluggable services with specific XML element-types.
XMLtp
A tiny XML parser/processor written in Java, supporting a subset of XML, intended for small-footprint server-side applications. [Open Source, BSD-like]
xmlenc
A fast stream-based XML Encoding Library for Java. Main design goals are performance, simplicitity and pureness. [Open source, BSD License]
XMLConfiguration
A Java utility class developed by createTank to allow simple parsing of configuration files written in XML. It allows multiple methods of extraction of attributes from an XML file.
txt2xml
A simple Java library for parsing arbitrarily structured text input into well-formed XML output as SAX, DOM, JDOM, or through an OutputStream. [Open source, BSD License]
Transformation API For XML (TrAX)
Offers general transformation model for converting XML documents.
Sparta
Lightweight Java XML package that includes an XML parser, a DOM, and an XPath interpreter. Its goals are: small code size, fast execution, small memory usage, clean and simple DOM API. [Open Source, LGPL]
SAX (Simple API for XML)
Contains Namespace support and is fully configurable and extensible. [Open Source, Public Domain]
Qizx/open
A Java implementation of the XML Query Language. [Open source, GPL]
[ 1 ] [ 2 ]
|