Must have XML Tools Scripts for Web
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 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...
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...
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...
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...
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...
data2xml takes basic JavaScript objects and converts them into their equivalent XML version.Nothing more. No support for comments, CDATA or pretty printing. Just a raw functionality of data-to-XML conversion.What is new in this release:Updates to the...
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...
Doctored.js allows developers to edit the content and structure of a XML file using a browser and Web-based technologies.This approach, compared to the classic desktop editing experience is much faster and allows XML data to be edited right on the server,...