freebsd-ports/devel/p5-Class-XPath/pkg-descr
Mathieu Arnold 831eb03be6 Add p5-Class-XPath 1.4, base class to add xpath matching to object trees.
PR:		ports/64889
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-03-29 16:58:54 +00:00

12 lines
562 B
Text

This module 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 unqique path
to a given node which can be used as an identifier.
NOTE: This module is not yet a complete XPath implementation. Over
time I expect the subset of XPath supported to grow. See the SYNTAX
documentation in the module POD for details on the current level of
support.
WWW: http://search.cpan.org/dist/Class-XPath/
Author: Sam Tregar <sam@tregar.com>