Download List

Descripción del Proyecto

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

Se hicieron correcciones para los errores en el código de codificación, el reemplazo de la entidad, el nuevo "ignore_whitespace_nodes", substring XPath es-antes de () y substring-after (), y la rara y misteriosa "se cuelga". Un cambio se realizó a la manipulación de secuencia, lo que mejora el rendimiento. El patrón de elementos coincidentes se ha mejorado de manera que se captura más de XML con formato incorrecto. Mejoras de rendimiento se hicieron.
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