public this repo is viewable by everyone
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
name age message
folder LICENSE Tue Jul 10 19:05:12 -0700 2007 initial add [segfault]
folder README Wed Aug 01 21:42:11 -0700 2007 merging tests and sample xml [segfault]
folder Rakefile Wed Aug 22 18:31:32 -0700 2007 cruise should run clean [segfault]
folder benchmarks/ Wed Aug 01 21:42:11 -0700 2007 merging tests and sample xml [segfault]
folder ext/ Sun May 11 22:45:24 -0700 2008 fixed a major bug involving xpath search result... [segfault]
folder lib/ Sun May 11 22:53:02 -0700 2008 bumped the version for a gem update [segfault]
folder specs/ Sun May 11 22:45:24 -0700 2008 fixed a major bug involving xpath search result... [segfault]
folder 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