Test::HTML::Content::XPathExtensions.3pm

Langue: en

Autres versions - même langue

Version: 2003-12-13 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

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

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.html
http://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.

AUTHOR

Max Maischein, corion@cpan.org

SEE ALSO

XML::XPath