Help for this page

Select Code to Download


  1. or download this
    $ perl -MXML::LibXML -e '
    my $dom = XML::LibXML->load_xml(string => shift);
    print $_->to_literal(),"\n"  for 
           $dom->findnodes("/collection/document/*/text"),;
    '  "<collection><document><title><text> Hello how are you</text></titl
    +e></document><document><abstract><text>I am fine</text></abstract></d
    +ocument></collection>"
    
  2. or download this
     Hello how are you
    I am fine