Télécharger la liste

Description du projet

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.

Système requise

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

Cette version ajoute ':' comme un caractère autorisés dans les noms pour les noeuds et attributs.
Tags: Minor feature enhancements
This release adds ':' as an allowed character in names for nodes and attributes.

2003-11-14 04:29
1.3

Support pour faire correspondre le contenu des enfants a été ajoutée.
Tags: Minor feature enhancements
Support for matching child contents was added.

2003-08-20 19:58
1.2

Cette version ajoute les sélecteurs d'attributs (/ page / @ titre) et d'un comparateur de soi (. / Page).
Tags: Minor feature enhancements
This release adds attribute selectors (/page/@title) and a self matcher (./page).

2003-05-06 22:44
1.1

Cette version ajoute la correspondance ("../ parent enfant [1] ") et de l'attribut correspondant (" / enfant [@ id = 10] "). Il ya aussi une correction de bugs.
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