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

dexml

dexml 0.5.1

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

XPath.js

XPath.js 1.0

XPath (XML Path Language) is a scripting language for querying and selecting data nodes from XML documents.XPath.js supports the latest stable version of the language, v2.0, allowing developers to query XML or HTML documents with XPath, via JS code.The...

xmljson

xmljson 0.2.0

xmljson can convert data inbetween the JSON and XML file formats with ease.It was developed to help migrate data across various transport mediums.What is new in this release:Initial release. Requirements:Node.js 0.8 or...

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

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

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

XMLCheck

XMLCheck 0.7.1

XMLCheck will help developers check if their dynamically-generated XML files comply to various rules and standards.The module is perfect for verifying if XML files created by other desktop or Web-based applications respect a preset list of rules, and can...

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

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