JavaScript objects (arrays) are an ideal format for transferring or storing data.The Object.fromXML MooTools plugin provides a simple way of taking the quite complicated XML storage format and find a way to export it to a JSON-like format.This is a much...

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

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

ROXML

ROXML 3.3.1

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

sax js

sax js 1.1.3 updated

Works on the client-side (browser) and on the server-side (Common JS or Node.js)Features: Parse through an XML string. Streaming HTML parser. Deals with RSS and other mostly-ok-but-kinda-broken XML docs. Requirements:JavaScript enabled on client side or...

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

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