xml_tools

xml_tools 0.3.2

xml_tools (or xmltools) allows Python developers to edit files using a simple Web form.Using DTD files, HTML Web forms can be generated that have the ability to create or change the content of a XML file.What is new in this release:Better support for...

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

data2xml

data2xml 1.2.2 updated

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

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

e4x.js

e4x.js 2010-06-30

A jQuery E4X DOM plugin is also provided in the package to add support for XML nodes as DOM nodes in jQuery.The E4X DOM plugin enables to pass E4X XML and XMLList objects to jQuery and have them automatically become HTML elements.It also implements an...

XSLTJSON

XSLTJSON 1.0.93

JSON is a light-weight, language independent, data interchange format. It's extremely used online, mostly for storing and transporting structured data.XSLTJSON was created to help developers stuck with a XML feed, or a collection of XML files. With the...

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