Help for this page

Select Code to Download


  1. or download this
    my $xpc = XML::LibXML::XPathContext->new($root);
    $xpc->findnodes(...)
    $xpc->findnodes(..., $topic)
    
  2. or download this
    $root->findnodes(...)
    $root->findnodes(..., $topic)