Help for this page

Select Code to Download


  1. or download this
    bash-2.03$ tpage template.html 
    undef error - 
    ...
    <section name="section 1">
    <intro>
     at /usr/local/lib/site_perl/i386-linux/XML/Parser.pm line 185
    
  2. or download this
    <?xml version="1.0"?>
    
    ...
    </maintext>
    </section>
    </site>
    
  3. or download this
    [% USE xpath = XML.XPath(file => "./test.xml") %]
    [% FOREACH site = xpath.findnodes('site') %]
    ...
        [% END %]
    
    [% END %]