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.

2006-09-08 10:32
3.1.5

버그수정 및 기능 요청을 몇 가지되었다.
Tags: Development, Minor bugfixes
Bugfixes and a couple of feature requests were
made.

2004-04-15 14:44
3.0.2

이 릴리스에서는 많은 변화가 파싱 코드의 통합 및 XPath를 계산을 재작 성 포함되어있습니다. 루비 1.8 이후, REXML 루비와 함께 배포됩니다.
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

이 릴리스에는, 그것을 쉽게 bugfix, 확장 및 코어 라이브러리를 강화하는 완전히 새로운 아키텍처를 추가합니다.
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

비우기 태그가 지금은 여분의 공백과 함께 oarsing 인쇄 속도 향상되었다 Shift_JIS 인코딩 추가되었습니다 단위를 이제 새로운 테스트 / 단위 API를 사용하여 테스트합니다. SAX2Parser 지금은 XML을 선언 및 지침 프로세스, 그리고 지금은 두 보고서 : processing_instruction 대신 : 명령어 해석기 및 SAX2 파서가 당겨 REXML. 또한 속성을 삭제 요소를 무시에 대한 수정 프로그램, 그리고 공백을 구문 분석했다. 정정 튜토리얼, 그리고 비 - XPath에의 적합성 버그 predicates의 공백과 관련된되었다 해결되었습니다.
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

수정 인코딩 코드에서 버그에 대한 엔티티를 교체, 새로운 "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