File::Find::Rule::XPath

File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions.
Download

File::Find::Rule::XPath Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Grant McLean
  • Publisher web site:
  • http://www.perlmonks.org/index.pl?node_id=611462

File::Find::Rule::XPath Tags


File::Find::Rule::XPath Description

File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions.SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name('*.dkb') ->xpath( '//section/title' ) ->in($root);This module extends File::Find::Rule to provide the ability to locate XML files which match a given XPath expression.METHODSxpath( $xpath_expression )Matches XML files which contain one or more nodes matching the given XPath expression. Files which are not 'well formed' XML are silently skipped.If no XPath expression is supplied, the value '/' is used. This will match all files which are well formed XML. Requirements: · Perl


File::Find::Rule::XPath Related Software