Télécharger la liste

Description du projet

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.

Système requise

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.

2003-02-17 12:58 Retour à la liste release
2.5.4

Balises vides imprimer maintenant avec un espace supplémentaire, oarsing vitesse a été améliorée, Shift_JIS encodage a été ajouté, et les tests unitaires maintenant utiliser le nouveau test / unité API. SAX2Parser traite maintenant les déclarations XML et instructions, et l'rexml pull parser et analyseur SAX2 maintenant à la fois du rapport: processing_instruction au lieu de: instruction. Il y avait également des correctifs pour la suppression des attributs, des éléments ignorés, et l'analyse des espaces. Des corrections ont été apportées à ce tutoriel, et une non-conformité bug dans XPath impliquant des espaces dans les prédicats a été fixée.
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.

Project Resources