A tiny, compact XMLParser written in Java that is less than 6K in size when compiled using JDK 1.3, that can be used in either a J2SE or J2ME envioronment.
HotSAX is a fast, small footprint, non-validating SAX2 parser for HTML/XML/XHTML. It can be used in simple web agents, page scrapers and spiders. The goal is to embed this in cell phone "midlets."
xmlpp is an non-validating XMLParser. It is written entirely in C++ and uses only the STL for dynamic data structures. xmlpp is very small, fast and easy to use and is suited for embedded applications or even just for configfiles.
NQXML is a pure Ruby implementation of a non-validating XML processor. It includes an XML tokenizer, a SAX-style streaming XMLparser, a DOM-style tree parser, an XML writer, and a context-sensitive callback mechanism.
simple mapping of a given xml document to java (code generation, code population and code "serialization"), using the apache Xerces or the Electric library. The code design allows to easily implement new parser libraries.
This is very simple not validating XMLparser that was ported for Palm OS. It was written purely on STL. This parser can not build DOM but there is template tree class to perform this task.
The goal with picoXML is to develop a simple XML-parser in ANSI-C
that supports basic XML-features. The most important factor is not
features, it is the SIZE (the size matters ;))!
Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
XMLpg - XMLparser generator.
Generates an XMLparser in C++ from a DTD. The generated code will provide validation as well as conversion of the input XML.
eXML is a XMLParser Framework for Eiffel. It features a native Eiffel parser and expat (using a C-bridge). Please note that we are using the mailing list at http://www.egroups.com/group/exml (and not the one on SF)
The aim is to develop a framework to translate UIML (User Interface Markup Language) description of UI into a number of plaforms (wxPython, HTML, etc.).
Dynamic and "static" (into a program) rendering implied.
A new independent file system to report data reported by proc file system in XML format. So the application can fetch data with generic xmlparser without any difficult.
Small Java Library for SVG (sjlsvg) is a simple library for draw svg vector image on Java platform.
The library will be as small as possible (XMLparser, SVG render, ...) for use as "small" applet or in Mobile platforms (PalmOs, PocketPC, ...)
This is a small library to allow conversion of the vCalendar (iCalendar/iCal) file format to XML, and to provide some level of interpretation of the calendar for use in a larger project. Consider it a parsing engine.
This is a very simple XMLparser if you could call it that. It basicaly is an example project for students. It is not intended to be a useful utility since there already is an excess of these available.