New XML Tools Scripts for Web
XPath (XML Path Language) is a scripting language for querying and selecting data nodes from XML documents.
The jQuery XPath plugin supports the latest stable version of the language, v2.0, allowing developers to query XML or HTML documents with XPath,...
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...
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...
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 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...
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...
xml.js is actually a port to JavaScript of the libxml2 XML parser written in C.It was ported using the Emscripten LLVM-to-JavaScript compiler.Requirements:JavaScript enabled on client...
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...
XMLWriter for Javascript is not a port of .NET's XMLTextWriter, but an implementation in JavaScript of the principles behind it.This small JavaScript class will allow developers to produce XML files over which they have full control via their JavaScript...
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...