Best XML Tools Scripts for Web
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...
The libxml gem provides Ruby language bindings for GNOME's Libxml2 XML toolkit.Features:It's much faster than REXML and Hpricot
It provides an amazing number of featues
It passes all 1800+ tests from the OASIS XML Tests...
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...
ROXML supports custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods.ROXML is based on the REXML Ruby XML processor.ROXML takes care of the marshalling and unmarshalling of mapped attributes so that...
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...
dexml adds some simplicity to working with XMLs in Python by providing a quick interface for converting data between the two mediums.It lets developers add simple class definitions, used when needing to describe the desired structure of future XML...
These XML config file allows to put all values in an external file instead of hard-coding values inside scripts or in JSON objects.The configuration can be embedded inside an HTML document or in a separate XML file.The configuration block may contain...
json2xml is a no-complications module for programmatically converting JSON data to XML.After running the library, its converted, outputted data can then be forwarded to other programs or libraries for further processing. An example is included with the...