[ANN] xmlscan-0.1.1 released

Hi, all,

xmlscan-0.1.1 has been released.

http://www.ruby-lang.org/en/raa-list.rhtml?name=xmlscan
http://www.blue.sky.or.jp/atelier/ruby/xmlscan/xmlscan-0.1.1.tar.gz

This is a stable release. Concurrently with this release,
the development of unstable version 0.2.0 has just started.
You can get the latest snapshot of xmlscan-0.2.0 from:

http://www.blue.sky.or.jp/atelier/ruby/xmlscan/xmlscan-0.2.0-current.tar.gz

XMLscan is a non-validating XML parser written in 100% pure Ruby.

XMLscan doesn’t provide a friendly interface, but it is able to parse
any XML documents exactly and fast. It is so compliant with XML 1.0
Specification that it can detect almost non-well-formed XML documents
(except ones containing DTD subset). And, probably, xmlscan is the
fastest parser among existing pure Ruby XML/HTML parser.

XMLscan also contains htmlscan, an HTML parser.

Note that this release doesn’t include the XPath implementation
included in ancient xmlscan.

Regards,


UENO Katsuhiro unnie@blue.sky.or.jp