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

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.
標籤: Pear Package Distribution, Minor feature enhancements

2006-11-02 16:51
1.0.6

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.
標籤: Minor feature enhancements

2006-10-11 17:45
1.0.5

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.
標籤: Pear Package Distribution, Major feature enhancements

2006-10-11 17:21
1.0.5

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.
標籤: Major feature enhancements

2006-09-25 04:39
1.0.3

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_ . . .].
標籤: Minor bugfixes

Project Resources