pxml

pxml 0.2.11

pxml is a library that can read XML syntax and display it in a more human-readable format.pxml can be used programmatically or from the Python CLI.It can also work with XML syntax fed manually or taken from a remote...

XHP

XHP 2.2.2 updated

This basically transforms PHP into a template engine, by giving it the possibility to reuse data as it wants to.XHP works by parsing and interpreting content found inside curly braces {} as a full PHP expression, usually used only for variables.By...

JDOM

JDOM 2.0.6

Can be used for parsing, processing and writing XML data.JDOM is one of the best solutions for outputting XML data from Java code, and it does not escalate memory consumption like other similar solutions.Documentation and setup instructions are included...

XIST

XIST 5.13.1 updated

XIST is also a XML parser with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object...

xmltodict

xmltodict 0.9.2

xmltodict takes a XML file and transforms the data into a Python object (also known as a dict or dictionary).Since dicts are very similar in structure to JSON (JavaScript objects), working with XML data from Python is very similar to working with...

LibXML

LibXML 2.8.0

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...

queXML

queXML 1.5.0 updated

It reads a XML schema for questionnaire data and applies XSL styles to it. queXML is compatible with the DDI standard for data description. Outputted queXML documents can easily be converted other formats to use with Limesurvey, queXS or queXF.What is new...

node-xml2js

node-xml2js 0.4.9 updated

Can handle any kind of XML, including RSS feeds.Under the hood, the module uses the sax JavaScript library.What is new in this release:npm support. What is new in version 0.4.8:npm support. What is new in version 0.4.6:npm support. What is new in version...