Name : perl-XML-XPath
| |
Version : 1.13
| Vendor : Matt Sergeant, AxKit_com Ltd
|
Release : 1
| Date : 2004-03-04 15:44:55
|
Group : Applications/CPAN
| Source RPM : perl-XML-XPath-1.13-1.src.rpm
|
Size : 0.31 MB
| |
Packager : Peter Pramberger < peter_pramberger_1012surf_net>
| |
Summary : XML-XPath - a set of modules for parsing and evaluating XPath statements
|
Description :
use XML::XPath; use XML::XPath::XMLParser; my $xp = XML::XPath->new(filename => \'test.xhtml\'); my $nodeset = $xp->find(\'/html/body/p\'); # find all paragraphs foreach my $node ($nodeset->get_nodelist) { print \"FOUND\ \ \", XML::XPath::XMLParser::as_string($node), \"\ \ \"; }
|
RPM found in directory: /packages/linux-pbone/archive/ftp.pramberger.at/systems/linux/contrib/rh73/i386 |