source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/rexml/rexml.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 1.2 KB
Line 
1# REXML is an XML toolkit for Ruby[http://www.ruby-lang.org], in Ruby.
2#
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.
10#
11# Main page:: http://www.germane-software.com/software/rexml
12# Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom>
13# Version:: 3.1.6
14# Date:: 2006/335
15#
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]
18#
19# A tutorial is available in the REXML distribution in docs/tutorial.html,
20# or can be accessed
21# online[http://www.germane-software.com/software/rexml/docs/tutorial.html]
22module REXML
23 COPYRIGHT = "Copyright © 2001-2006 Sean Russell <[email protected]>"
24 DATE = "2006/335"
25 VERSION = "3.1.6"
26
27 Copyright = COPYRIGHT
28 Version = VERSION
29end
Note: See TracBrowser for help on using the repository browser.