summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-25 15:52:12 +0100
committerGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-25 15:52:12 +0100
commitac09c7e75f6791960f9ad916a8c60d218ac26543 (patch)
tree42f6021d7ea0ed754a3467d8a05107d75a6e40db
parentadded TODO (diff)
downloadTree-Transform-XSLTish-ac09c7e75f6791960f9ad916a8c60d218ac26543.tar.gz
Tree-Transform-XSLTish-ac09c7e75f6791960f9ad916a8c60d218ac26543.tar.bz2
Tree-Transform-XSLTish-ac09c7e75f6791960f9ad916a8c60d218ac26543.zip
doc tweak
-rw-r--r--lib/Tree/Transform/XSLTish.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Tree/Transform/XSLTish.pm b/lib/Tree/Transform/XSLTish.pm
index c79dae7..3889b3a 100644
--- a/lib/Tree/Transform/XSLTish.pm
+++ b/lib/Tree/Transform/XSLTish.pm
@@ -124,7 +124,8 @@ It tries to model as closely as reasonable the semantic of XSLT.
By default, this module uses L<Tree::XPathEngine> as its XPath engine,
but you can use any other similar module, provided it implements the
method C<findnodes> with the same signature and
-meaning. L<XML::XPathEngine> is a good candidate.
+meaning. L<XML::XPathEngine> is a good candidate, or you could use
+L<XML::LibXML::XPathContext>.
The tree that you intend to manipulate must be implemented by classes
that are compatible with the XPath engine; for example,