Download List

Projeto Descrição

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 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.

2004-03-02 19:50
1.4

Este lançamento acrescenta: 'como um caractere permitido em nomes para nós e atributos.
Tags: Minor feature enhancements
This release adds ':' as an allowed character in names for nodes and attributes.

2003-11-14 04:29
1.3

Suporte para correspondência de conteúdo infantil foi adicionado.
Tags: Minor feature enhancements
Support for matching child contents was added.

2003-08-20 19:58
1.2

Esta versão adiciona seletores de atributos (page / @ título) e um combinador (self. / Page).
Tags: Minor feature enhancements
This release adds attribute selectors (/page/@title) and a self matcher (./page).

2003-05-06 22:44
1.1

Este lançamento acrescenta o correspondente mãe ("../ criança [1] ") e atributo de correspondência (" criança / [@ id = 10] "). Há também um bugfix.
Tags: 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

Tags: Initial freshmeat announcement

Project Resources