VtkExtension is a heterogenous library of C++ classes for use with VTK. Included are additional geometry sources, extended collection classes, extended XMLparser and string facilities, as well as composite classes abstracting larger application needs.
Piccolo is the fastest SAX parser for Java, supporting SAX1, SAX2, and JAXP (SAX only). Piccolo is different from other parsers in that it was developed using parser generators. It weighs 160K including XML APIs. See http://piccolo.sf.net for more info.
MParser is a XMLparser targetted to be very lightweight (<7Kb) and with constant/very low memory greedy, thus is focused to be used within constrained environments such as J2ME/CLDC v1.0
A lightweight PHP library for interpreting IMS QTI files. This is a very simple framework which sits on top of PHP's "Expat" XMLparser, intended largely as a template for using QTI in PHP applications - but includes a basic test-taking functionality.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
XML for SCRIPT is a powerful, standards-compliant JavaScript XMLparser that is designed to help web application designers implement cross platform applications that take advantage of client-side manipulation of XML data.
ODPdom is a simple non-validating DOM (Document Object Model)
parser written in C++.
It can handle relatively large XML files with the size in order of n*10 MB (pro file).
ODPdom provides a SWIG-generated interface to Python.
NunniMJAX is a minimal java library for parsing XML. The API and functioning recall SAX and is sequential and event-driven. The parser strives to verify that the XML is well-formed, but no validation. NunniMJAX's FSM has been generated using NunniFSMGen
Sparta is a lightweight Java XML package that includes an XMLparser, a DOM, and an XPath interpreter. The code-size is small, the parser is fast, the object memory size is small, and the DOM API is clean and simple.
Chaperon is a LALR(1) parser, which parse structured text documents and
generate XML documents as output. It includes a parser generator like yacc
and a regex scaner like lex. As input use Chaperon a grammar written in XML.
Implementation of XMLPULL API (http://www.xmlpull.org)
that uses Xerces 2 XNI pull parser configuration
to provide XmlPullParsers that full supports XML
standards including validating and non-validating mode.
libxml++ is a C++ wrapper for the libxml XMLparser library. It has SAX
and DOM-like APIs, but does not attempt to conform exactly to the DOM
specifications because they are not aimed at C++. Its API is much
simpler than the underlying libxml C API.
XML C Parser Generator (xmlcpg) is a xml processor coupled with a flex/bison C parser generator. A DTD can be processed to build a specialized parser for the grammar.
A shorthand alternative to XML. A set of software tools written in Java for dealing with text that is structured by indentation rather than with tags. The tools include a parser, an object representation, XPath evaluator, a schema validator and more.
The Python xmlite module is an extremely light weight XMLparser and
printer. It does not use the DOM or SAX interfaces but instead works with
simple nested lists to represent an XML document.
sPanel is a web interface controlling the SHOUTcast streaming media servers, making the server administration job much easier for stream host companies. Includes Instant .ini writer & auto server restarting. Fully Custom XMLparser & much more.
The RPG XMLParser is a set of RPG sub-procedures that "extend" the functionality provided by IBM's "XML Interface for RPG" (http://alphaworks.ibm.com).
Ayauhteotl is a parser generator to parse XML files, using an XML-like syntax.
The parser generator takes an XML file which describe the structure of the XML files to parse
and which associates a semantic (for now in \\\\\\\"C\\\\\\\") t
JWebToolkit is a Java web-application framework that provides a database pool (schema configured by XML), data interfaces, command pattern implementation, JSP tag libraries, JDK1.1 compatible XMLparser, and XML tools.
Light-weight Java XMLparser with limited XPath search support.
Aimed to be used as a utility for misc developing tasks (i.e.
config file parsing, message exchange between objects, etc).
Features: (i) Runs on Java 1.1 VM (can be used for applets)
(i
XML::Node is a Perl module designed for those who use Perl to process XML files. Built on top of XML::Parser, it provides a simplified programming interface. XML::Node users can register callback sub-routines or variables to specific XML nodes.
jxml2sql is a Java application for converting database structures in XML to other formats useful for database administration (ie. SQL for table creation, HTML for reference docs). jxml2sql uses a minimalistic, non-validating, Java XMLparser (NanoXML).