RAA - quixml

quixml / 0.2.1

Short description: Fast XML API in C; parse/to_xml, marshalling, regex searching
Category: Library/XML
Status: alpha
Created: 2003-08-27 07:19:36 GMT
Last update: -
Owner: sdodell (Projects of this owner)
Homepage: http://quixml.rubyforge.org/
Download: http://rubyforge.org/download.php/89/quixml-0.2.1.tar.gz
License: GPL
Dependency:
None
Description:

QuiXML is an XML library for Ruby written in C, utilizing the expat library for parsing XML string buffers. It uses only Ruby native data structures to store its XML data internally, so how they are generated is completely open. The library both parses and generates XML, precisely or with pretty printing and automatic encoding/decoding special characters (<, >, &, ', and "). Transmutations to/from attribute string values and Ruby objects can occur when reading/writing XML, allowing for a limited degree of object marshalling. Element path addressing makes it easy to find one or more nodes using literal strings, regular expressions or any other object which supports Ruby case-equality to match against XML node names and attributes.

Edit this project (for project owner)

back to RAA top