logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::HTML::Content::XPathExtensions - Perlish XPath extensions

Author

       Max Maischein, corion@cpan.org

Description

       This is the module that provides RE support for XML::XPath and support for matching comments through the
       two functions "matches" and "comment".

       The two functions are modeled after what I found on the Saxon website on the "fn:" namespace :

       •   http://saxon.sourceforge.net/saxon7.3.1/functions.htmlhttp://www.w3.org/TR/xquery-operators/EXPORT
       Nothing. It stomps over the XML::XPath::Function namespace.

License

       This code may be distributed under the same terms as Perl itself.

Name

       Test::HTML::Content::XPathExtensions - Perlish XPath extensions

See Also

       XML::XPath

perl v5.40.0                                       2024-08-17             Test::HTML::Con...XPathExtensions(3pm)

Synopsis

         # This module patches the XML::XPath::Function namespace
         use Test::HTML::Content::XPathExtensions;

See Also