1 # REXML is an XML toolkit for Ruby[http://www.ruby-lang.org], in Ruby.
3 # REXML is a _pure_ Ruby, XML 1.0 conforming,
4 # non-validating[http://www.w3.org/TR/2004/REC-xml-20040204/#sec-conformance]
5 # toolkit with an intuitive API. REXML passes 100% of the non-validating Oasis
6 # tests[http://www.oasis-open.org/committees/xml-conformance/xml-test-suite.shtml],
7 # and provides tree, stream, SAX2, pull, and lightweight APIs. REXML also
8 # includes a full XPath[http://www.w3c.org/tr/xpath] 1.0 implementation. Since
9 # Ruby 1.8, REXML is included in the standard Ruby distribution.
11 # Main page:: http://www.germane-software.com/software/rexml
12 # Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom>
16 # This API documentation can be downloaded from the REXML home page, or can
17 # be accessed online[http://www.germane-software.com/software/rexml_doc]
19 # A tutorial is available in the REXML distribution in docs/tutorial.html,
21 # online[http://www.germane-software.com/software/rexml/docs/tutorial.html]
23 COPYRIGHT = "Copyright © 2001-2006 Sean Russell <ser@germane-software.com>"
25 VERSION = "3.1.6_booh_forked"