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.

2006-09-08 10:32
3.1.5

Correcciones de errores y un par de peticiones de características se hicieron.
Tags: Development, Minor bugfixes
Bugfixes and a couple of feature requests were
made.

2004-04-15 14:44
3.0.2

Los numerosos cambios en esta versión incluyen la consolidación del código de análisis y de una reescritura del evaluador XPath. Desde Ruby 1.8, rexml se distribuye con Ruby.
Tags: Stable, Major feature enhancements
The many changes in this release include
consolidation of the parsing code and a rewrite of
the XPath evaluator. Since Ruby 1.8, REXML is
distributed with Ruby.

2003-06-13 03:27
2.7.0

Esta versión incluye una arquitectura totalmente nueva, por lo que es más fácil de extender, corrección de errores, y mejorar la biblioteca central.
Tags: Development, Major feature enhancements
This release adds an entirely new architecture, making it easier to
extend, bugfix, and enhance the core library.

2003-02-17 12:58
2.5.4

Vaciar ahora imprimir etiquetas con espacios en blanco extra, oarsing velocidad se ha mejorado, la codificación de Shift_JIS fue añadido, y la unidad de pruebas utilizan ahora la nueva prueba / unidad de la API. SAX2Parser ahora los procesos de declaraciones XML y las instrucciones, y el tirón rexml analizador y analizador de SAX2 ahora tanto informe: processing_instruction en lugar de: la enseñanza. Hubo también correcciones para la eliminación de atributos, ignorado elementos, y analizar el espacio en blanco. Se efectuaron correcciones para el tutorial, y un tercer fallo de conformidad en XPath participación de los espacios en blanco en los predicados fue corregido.
Tags: Development, Minor bugfixes
Empty tags now print with extra whitespace, oarsing speed was improved, Shift_JIS encoding was added, and the unit tests now use the new test/unit API. SAX2Parser now processes XML declarations and instructions, and the REXML pull parser and SAX2 parser now both report :processing_instruction instead of :instruction. There was also fixes for attribute deletion, ignored elements, and whitespace parsing. Corrections were made to the tutorial, and a non-conformance bug in XPath involving whitespace in predicates was fixed.

2002-09-23 20:32
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