Download List

프로젝트 설명

eXcavator is an XML query processing class for
PHP. Queries are constructed using a small query
language, and query results are returned as either
loosely formed or strict XML, in formats suitable
for both text and HTML. One of eXcavator's most
useful features is its facility to insert query
results into user-defined templates, which allow
for a free interpolation of user text and the data
extracted by the query. It runs on top of
XML_PullParser, but uses a completely independent
API. However, it does offer opportunities to use
the facilities of both packages side by side for
programmers familiar with both.

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-11-02 16:54
1.0.6

이 릴리스 eXcavator_getFormattedText을 간접적으로 주소 컨텍스트를 해결 할 때 - 요소를 모두 텍스트 형식 패턴에서 요소의 매개 변수에 대한 지원을 추가합니다. 타겟 요소 해석을위한 _AND_ 또는 _OR_에 따라 변경이 앞으로, "로 차량 [[이름 / addr / 도시 ="CDATA가 ""위니펙 _AND_ 거리 "구문에 슬래시를 사용하여 초기 표현식 앞에있습니다"오크 "]]. 거리에 대한 컨텍스트 "지금 당장"이름 / 대신 "자동차"addr, prevous 출시로입니다. 저기 설명서 및 예제 코드 업그레이 드의 다양한되었습니다.
Tags: Pear Package Distribution, Minor feature enhancements
This release adds support for indirect addresses
when addressing context-elements both in the
patterns for formatted text and in the element
parameter to eXcavator_getFormattedText. The
interpretation was changed for target elements
that follow an _AND_ or _OR_ and are preceded by
an initial expression which uses the forward-slash
syntax, as in "vehicle[[name/addr/city =>CDATA
<<Winnipeg _AND_ street <<Oak"]]. The
context for street" is now "name/addr instead of
"vehicle", as in prevous releases. There have been
a variety of upgrades to the documentation and
example code.

2006-11-02 16:51
1.0.6

이 릴리스 eXcavator_getFormattedText을 간접적으로 주소 컨텍스트를 해결 할 때 - 요소를 모두 텍스트 형식 패턴에서 요소의 매개 변수에 대한 지원을 추가합니다. 타겟 요소 해석을위한 _AND_ 또는 _OR_에 따라 변경이 앞으로, "로 차량 [[이름 / addr / 도시 ="CDATA가 ""위니펙 _AND_ 거리 "구문에 슬래시를 사용하여 초기 표현식 앞에있습니다"오크 "]]. 거리에 대한 컨텍스트 "지금 당장"이름 / 대신 "자동차"addr, prevous 출시로입니다. 저기 설명서 및 예제 코드 업그레이 드의 다양한되었습니다.
Tags: Minor feature enhancements
This release adds support for indirect addresses
when addressing context-elements both in the
patterns for formatted text and in the element
parameter to eXcavator_getFormattedText. The
interpretation was changed for target elements
that follow an _AND_ or _OR_ and are preceded by
an initial expression which uses the forward-slash
syntax, as in "vehicle[[name/addr/city =>CDATA
<<Winnipeg _AND_ street <<Oak"]]. The
context for street" is now "name/addr instead of
"vehicle", as in prevous releases. There have been
a variety of upgrades to the documentation and
example code.

2006-10-11 17:45
1.0.5

굴삭기의이 버전은 쿼리 엔진이 네임 스페이스를 지원한다. 그것은 XML_PullParser 1.3.0/1.3.1에서 네임 스페이스를 지원하는 기반으로 이룩하게됐다.
Tags: Pear Package Distribution, Major feature enhancements
This version of eXcavator adds namespace support
to its query engine. It builds upon the namespace
support in XML_PullParser 1.3.0/1.3.1.

2006-10-11 17:21
1.0.5

굴삭기의이 버전은 쿼리 엔진이 네임 스페이스를 지원한다. 그것은 XML_PullParser 1.3.0/1.3.1에서 네임 스페이스를 지원하는 기반으로 이룩하게됐다.
Tags: Major feature enhancements
This version of eXcavator adds namespace support
to its query engine. It builds upon the namespace
support in XML_PullParser 1.3.0/1.3.1.

2006-09-25 04:39
1.0.3

모두 _AND_ 및 _OR_ 사업자의 취급에이 릴리스의 버그 수정. 어디 조건으로 초기 표현 _AND_ 및 _OR_ 사업자 계셨는 빈 문자열로, 다음과 같다 : [요소 = "CDATA가 들어! =" "_AND_. . .] 또는 [요소! = ""_AND_. . .].
Tags: Minor bugfixes
This release fixes bugs in handling of both _AND_ and _OR_ operators. Where the initial expression in a condition contained the empty string, the _AND_ and _OR_ operators were missed, as in: [ element => CDATA != "" _AND_ . . .] or [element != "" _AND_ . . .].

Project Resources