Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:os="http://a9.com/-/sp
    +ec/opensearch/1.1/">
    ...
            </entry>
    </feed>
    
  2. or download this
    use XML::LibXML;
    
    ...
    my $xp = $parser->parse_string( $content);
    @nodeset = $xp->findnodes($base);