Download List

项目描述

Class::XPath is a Perl module which adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with match() from anywhere in the tree. Also, the xpath() method returns a unique path to a given node which can be used as an identifier.

系统要求

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.

2004-03-02 19:50
1.4

此版本增加了':'作为一个节点和属性的名称中不允许字符。
标签: Minor feature enhancements
This release adds ':' as an allowed character in names for nodes and attributes.

2003-11-14 04:29
1.3

内容匹配的儿童增加了支持。
标签: Minor feature enhancements
Support for matching child contents was added.

2003-08-20 19:58
1.2

此版本增加了属性选择符(/页@标题/)和自我匹配(。/页)。
标签: Minor feature enhancements
This release adds attribute selectors (/page/@title) and a self matcher (./page).

2003-05-06 22:44
1.1

此版本增加了家长的匹配("../儿童[1]“)和属性匹配(”/儿童[@编号= 10]“)。还有一个缺陷修复。
标签: Major feature enhancements
This release adds parent matching ("../child[1]") and attribute matching ("/child[@id=10]"). There is also a bugfix.

2003-03-31 02:05
1.0

标签: Initial freshmeat announcement

Project Resources