public
Description: ruby libxml library targetting speed and ease of use. provides an hpricot-like interface to xml
Homepage: http://trac.hasno.info/fastxml
Clone URL: git://github.com/segfault/fastxml.git
segfault (author)
Sun Jun 15 21:27:29 -0700 2008
commit  a07cd646109e84174fa21b208e7ff9425d77a22b
tree    81e8e1a1e3b08cd557b7173462051d824cbdaffd
parent  1d4ff2bef094541d981a3d3bfdd4f4c62289e92a
name age message
file COPYING Wed Jun 11 19:01:12 -0700 2008 added actual licensing info. using the ruby lic... [segfault]
file LICENSE Wed Jun 11 19:01:12 -0700 2008 added actual licensing info. using the ruby lic... [segfault]
file README Sun Jun 15 21:27:29 -0700 2008 Updated the README [segfault]
file Rakefile Wed Aug 22 18:31:32 -0700 2007 cruise should run clean [segfault]
directory benchmarks/ Wed Aug 01 21:42:11 -0700 2007 merging tests and sample xml [segfault]
directory ext/ Sun Jun 15 21:27:29 -0700 2008 Updated the README [segfault]
directory lib/ Sun Jun 15 21:27:29 -0700 2008 Updated the README [segfault]
directory specs/ Sun Jun 15 21:27:29 -0700 2008 Updated the README [segfault]
directory test_data/ Mon May 05 20:16:34 -0700 2008 added access to the html parser [segfault]
README
= FastXml, a simple fast xml library using libxml and libxslt

== Overview

FastXml is: 

# not standalone, it *requires libxml* and *libxslt*
# it attempts to provide the speediest xml parsing library available for ruby
# it provides an hpricot-like syntax for xml parsing and xslt processing