Help for this page

Select Code to Download


  1. or download this
    my $inner_xpc = XML::LibXML::XPathContext->new($nodeybits);
    $inner_xpc->registerNs( theNS => 'http://www.wow.com/BlahML');
    $inner_xpc->findnodes(...)
    
  2. or download this
    $xpc->findnodes(..., $nodeybits)