pkgsrc/textproc/ruby-rexml/DESCR
taca c4f125bd77 Initial import of ruby-rexml 2.4.8 package, pure Ruby XML parser
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.
2003-04-26 16:16:50 +00:00

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.