mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
1b0d3f744b
- Use single space after WWW: - Remove Author line
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
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 unique 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/
|