Download List

Projeto Descrição

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. As of Ruby 1.8.0, REXML is distributed with Ruby.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-09-23 20:32 Back to release list
2.5.2

Foram feitas correções de bugs no código de codificação, a substituição de entidade, o novo "ignore_whitespace_nodes", substring XPath de-antes () e substring-after (), e os raros e misteriosos "trava". A alteração foi feita para manipulação de fluxo, o que melhora o desempenho. O padrão para combinar elementos foi melhorada de modo que mais XML mal formado é capturado. Melhorias de desempenho foram feitas.
Tags: Development, Minor bugfixes
Fixes were made for bugs in the encoding code,
entity replacement, the new
"ignore_whitespace_nodes", XPath's
substring-before() and substring-after(), and the
rare and mysterious "hangs". A change was made to
stream handling, which improves performance. The
pattern for matching elements was improved so that
more malformed XML is caught. Performance
enhancements were made.

Project Resources