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 Nov 25 21:54:07 -0800 2007
commit  b716d85f2d7ec615331d142f862273d78fd994c4
tree    32800d72f62b39a04ab5c2d82164f82f80b13c2d
parent  f854b2a8eed8ebe62bbe5e6c9bd8932e6631bac6
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/ Sun Nov 25 21:54:07 -0800 2007 added attribute read/write support [segfault]
directory lib/ Tue Oct 30 20:05:34 -0700 2007 forgiving and validate options now setup libxml... [segfault]
directory specs/ Sun Nov 25 21:54:07 -0800 2007 added attribute read/write support [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