Module: REXML
Overview
Module REXML provides classes and methods for parsing, editing, and generating XML.
Implementation
REXML:
- 
Is pure Ruby. 
- 
Provides tree, stream, SAX2, pull, and lightweight APIs. 
- 
Conforms to / XML version 1.0. 
- 
Fully implements {REXML::XPath version 1.0}. 
- 
Is / non-validating. 
- 
Passes 100% of the non-validating Oasis tests. 
In a Hurry?
If you’re somewhat familiar with XML and have a particular task in mind, you may want to see the tasks pages.
API
Among the most important classes for using REXML are:
There’s also an  tutorial.
Constant Summary
- 
    COPYRIGHT =
    
 # File 'lib/rexml/rexml.rb', line 32"Copyright © 2001-2008 Sean Russell <ser@germane-software.com>"
- 
    Copyright =
    
 # File 'lib/rexml/rexml.rb', line 37COPYRIGHT
- 
    DATE =
    
 # File 'lib/rexml/rexml.rb', line 33"2008/019"
- 
    REVISION =
    
 # File 'lib/rexml/rexml.rb', line 35""
- 
    VERSION =
    
 # File 'lib/rexml/rexml.rb', line 34"3.4.0"
- 
    Version =
    
 # File 'lib/rexml/rexml.rb', line 38VERSION