Help for this page

Select Code to Download


  1. or download this
    /p1:root
    /p1:root/p1:foo[1]
    ...
    
    Prefix definitions:
    p1: http://www.example.org/tooty
    
  2. or download this
    /*
    /*/*[1]
    /*/*[2]
    /*/*[3]
    /*/*[4]
    
  3. or download this
    use strict;
    use warnings;
    ...
    my $doc = $parser->parse_fh(*STDIN);
    
    visit_doc($doc);