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

수정 인코딩 코드에서 버그에 대한 엔티티를 교체, 새로운 "ignore_whitespace_nodes", XPath는이 문자열을하기 전에 ()와 문자열 이후에 제출했다 (), 그리고 희귀하고 신비로운 "중지". 변화가 성능이 향상됩니다 스트림을 처리하기 위해 만들어졌습니다. 요소와 일치하는 패턴이 너무 많은 잘못된 XML을 잡히면 개선했다. 성능이 향상되었다.
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