RAA - xmlscan

THIS PAGE IS FOR PROJECT OWNER

Please see http://raa.ruby-lang.org/project/xmlscan for users.

xmlscan / 0.2.3

Short description: pure Ruby XML parser
Category: Library/XML
Status: stable
Created: 2002-12-31 15:00:00 GMT
Last update: 2004-06-16 08:25:38 GMT
Owner: UENO Katsuhiro (Projects of this owner)
Homepage: http://www.blue.sky.or.jp/atelier/ruby/xmlscan/
Download: http://www.blue.sky.or.jp/atelier/ruby/xmlscan/xmlscan-0.2.3.tar.gz
License: Ruby's
Dependency:
Required by: rss/0.2.6 or XMLParser or REXML
Required by: gallery/0.0.8 or XMLParser or REXML
Description:

High-performance non-validating XML parser written in 100% pure Ruby.

=== Changes 0.2.2 -> 0.2.3
* use Test::Unit instead of RubyUnit for test suites.
* avoid calling XMLScanner#scan_prolog with an empty string.
* '&;' causes a parse error.
* avoid some warnings of Ruby-1.8.