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
commit  f854b2a8eed8ebe62bbe5e6c9bd8932e6631bac6
tree    76563639e0603ded137c67d3a3493af1ccf7bd2a
parent  7a0abd0654bc03960da3384f2d96e68aa85c5984
name age message
file LICENSE Tue Jul 10 19:05:12 -0700 2007 initial add [segfault]
file README Wed Aug 01 21:42:11 -0700 2007 merging tests and sample xml [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/ Tue Oct 30 20:05:34 -0700 2007 forgiving and validate options now setup libxml... [segfault]
directory lib/ Tue Oct 30 20:05:34 -0700 2007 forgiving and validate options now setup libxml... [segfault]
directory specs/ Tue Oct 30 20:05:34 -0700 2007 forgiving and validate options now setup libxml... [segfault]
directory test_data/ Wed Aug 01 21:42:11 -0700 2007 merging tests and sample xml [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