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-08-20 11:26 Back to release list
2.5.1

Apoyo a la SJIS y codificaciones EUS_JP, y una mejor arquitectura compatible con la codificación, la simplificación de la adición de codificaciones. Un problema con el espacio en blanco después de la declaración XML y antes del nodo raíz se tratan incorrectamente fue corregido. Esta versión incluye el start_document y end_document a la API de SAX2, acelera SAX análisis en la mayoría de los casos, corregido un error en el administrador de lista de correo, y fija un error en funciones:: subcadena.
Tags: Development, Major feature enhancements
Support for SJIS and EUS_JP encodings, and an improved encoding support architecture, simplifying the addition of encodings. A problem with whitespace after the XML declaration and before root node being incorrectly handled was fixed. This release adds start_document and end_document to the SAX2 API, speeds up SAX parsing in most cases, fixed a bug in the mailing list manager, and fixed a bug in Functions::substring.

Project Resources