RAA - xmldigester

xmldigester / 0.0.1

Short description: XMLDigester
Category: Library/XML
Status: usable
Created: 2001-10-16 16:44:41 GMT
Last update: -
Owner: Mikkel Bruun (Projects of this owner)
Homepage: http://www.helenius.dk/ruby/digester/
Download: http://www.helenius.dk/ruby/digester/
License: Ruby's
Dependency:
None
Description:

The XMLDigester is a small sax-like rule-based xml parser, based on the Digester developed by the Apache Jakarta Project


Features
Using the XMLDigester its possible to configure the execution of certain rules based on patterns in a xml document.
The XMLDigester makes it easy to transform the xml document in to your own Object hierachy.
So there's no need to have an abstract Dom tree, or code low level SAX callbacks, making easy to implement xml configuration in your own app, using the XMLDigester

Prerequisite
You'll need to have Jim Menard NQXML properly installed as the XMLDigester uses this for the xml parsing.

Edit this project (for project owner)

back to RAA top