Best XML Tools Scripts for Apache Software Foundation
Apache Scout is a platform independent toolkit that implements the JSR 93 specification, a basic Java API for accessing XML registries (JAXR).The library is JAXR 1.0 compliant and can be used with both ebXML and UDI (2.x and 3.x) registries.Scout can be...
The Apache Xerces Java XML Parser allows developers to read the content of XML files and optionally handle namespaces and serialized XML documents. There's also support for XML validation, handling the XML DOM, XInclude and SAX (Simple API for...
Apache XMLBeans sets up an intermediary medium for mapping the rich data structures that can be contained in XML documents.This data is mapped to a Java types and can be accessed via regular Java classes.The general idea is to allow developers a native...
FOP stands for "Formatting Objects Processor" and is a Java library that can read XSL-FO data and output it to another format.XSL-FO is a XML format in which printer-ready information is stored, but also supporting XSL style formatting as well.Apache FOP...
Apache Xalan Java uses XPath to parse and address XML documents. It then uses XSLT to assemble XSL XML stylesheets for styling the document into a more easy to read version of itself.The result is much more comprehensible than the amalgam of letters and...
As with anything else developed by Apache, VXQuery was created and is currently being developed to handle large amounts of data out of the box.There are plenty of XML query processors around that can work with small to medium loads, but very few can work...