c4f125bd77
based on Java Electric XML. This package is based on PR pkg/21282 by <rasputin at idoru dot mine dot nu> and discussion between he and me.
6 lines
349 B
Text
6 lines
349 B
Text
REXML is an XML 1.0 compliant, reasonably fast, non-validating XML
|
|
parser. It has an API that is designed to be intuitive,
|
|
straightforward. and terse. REXML includes a tree model parser, a SAX2
|
|
streaming parser, and a pull parser. It also includes a full XPath
|
|
implementation. All of REXML's parsers pass 100% of the Oasis XML
|
|
non-validating tests.
|