Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Bugfixes und ein paar Feature-Anfragen wurden.
Tags: Development, Minor bugfixes
Bugfixes and a couple of feature requests were
made.

2004-04-15 14:44
3.0.2

Die zahlreichen Veränderungen in diesem Release sind unter anderem die Konsolidierung des Parsing-Code und der XPath-Evaluator umzuschreiben. Da Ruby 1.8 ist REXML mit Ruby verteilt.
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

Diese Veröffentlichung fügt eine komplett neue Architektur, wodurch es leichter zu erweitern, Bugfix und der Core-Bibliothek zu verbessern.
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

Leere tags drucken nun extra Leerzeichen, oarsing Geschwindigkeit wurde verbessert, war Shift_JIS Kodierung hinzugefügt, und das Unit-Tests jetzt den neuen Test / Einheit API. SAX2Parser Prozesse jetzt XML-Erklärungen und Anweisungen, und die REXML Parser und SAX2 Parser nun sowohl Bericht: processing_instruction statt: Unterricht. Es gab auch Fixes für Attribut Löschung, ignoriert Elemente, Parsen und Leerzeichen. Korrekturen wurden vorgenommen, um das Tutorial und eine Abweichung Fehler in XPath mit Leerzeichen in Prädikaten festgesetzt worden war.
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

Korrigiert wurden Fehler in der Kodierung Code vorgenommen, Organisation ersetzt, die neue "ignore_whitespace_nodes", XPath substring-before () und substring-after (), und die seltenen und geheimnisvollen "hängt". Eine Änderung war die Stream-Handling, die die Leistung verbessert werden. Das Muster für passende Elemente wurde verbessert, so dass mehr fehlerhafte XML gefangen wird. Performance-Verbesserungen vorgenommen.
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