Download List

Projeto Descrição

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

Correções de bugs e um par de solicitações de recursos foram feitas.
Tags: Development, Minor bugfixes
Bugfixes and a couple of feature requests were
made.

2004-04-15 14:44
3.0.2

As muitas mudanças nesta versão incluem a consolidação do código de análise e uma regravação do avaliador XPath. Desde Ruby 1.8, REXML é distribuído com 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 versão adiciona uma arquitetura totalmente nova, tornando mais fácil para estender, correção de bugs e melhorar a biblioteca do núcleo.
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

Tags Empty imprimir agora com um espaço extra, oarsing velocidade foi melhorada, codificação Shift_JIS foi adicionado, ea unidade de testes agora usar o novo teste / unidade de API. SAX2Parser agora processa declarações XML e instruções, e os REXML pull parser e analisador SAX2 Agora, tanto o relatório: em vez de processing_instruction: instrução. Houve também corrige para exclusão de atributos, elementos ignorados, e análise de espaço em branco. Correcções foram feitas para o tutorial, e um erro não-conformidade no XPath envolvendo espaços em predicados foi corrigido.
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

Foram feitas correções de bugs no código de codificação, a substituição de entidade, o novo "ignore_whitespace_nodes", substring XPath de-antes () e substring-after (), e os raros e misteriosos "trava". A alteração foi feita para manipulação de fluxo, o que melhora o desempenho. O padrão para combinar elementos foi melhorada de modo que mais XML mal formado é capturado. Melhorias de desempenho foram feitas.
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