Download List

项目描述

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 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-09-23 20:32 Back to release list
2.5.2

修复了在编码代码中的错误,实体更换,新的“ignore_whitespace_nodes”,XPath的子前()和子后(),以及稀有和神秘的“挂起”。阿改动是为了流处理,从而提高性能。为匹配的元素模式进行了改进,使更多异常的XML被捕获。性能增强了。
标签: 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