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)
Mon May 05 20:22:13 -0700 2008
commit  ac1e4a5cc4797f0e08717ec7c32082455715a600
tree    788b0a679d6eeb39fb998d4f55fe3b0ea3d8d75e
parent  984f8c0fbfa1a44df78a3dbb7b24a51ff54ab4c5
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/ Mon May 05 20:16:34 -0700 2008 added access to the html parser [segfault]
directory lib/ Mon May 05 20:16:34 -0700 2008 added access to the html parser [segfault]
directory specs/ Mon May 05 20:22:13 -0700 2008 added some more tests for the html parser [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