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 May 18 21:16:03 -0700 2008
commit  3347bf279e714839abeacb064d7cf86bd404509b
tree    97f816b4517e092b23446e0bcb9afa6a8ebddb16
parent  5839cb9736f330e2d6ab0d79c171c454f39de0a6
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 May 18 21:16:03 -0700 2008 added seperate tests for attrlist [segfault]
directory lib/ Sun May 11 22:53:02 -0700 2008 bumped the version for a gem update [segfault]
directory specs/ Sun May 18 21:16:03 -0700 2008 added seperate tests for attrlist [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