diff options
Diffstat (limited to 'lib/Tree/Transform')
-rw-r--r-- | lib/Tree/Transform/XSLTish.pm | 3 |
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, |