Help for this page

Select Code to Download


  1. or download this
        <arbre>
          <branche name="courbe" >
    ...
            </feuilles>
          </branche>
        </arbre>
    
  2. or download this
        <arbre>
          <branche name="courbe" type="conifere">
    ...
            </feuilles>
          </branche>
        </arbre>
    
  3. or download this
        #!/usr/bin/env perl -w
        
    ...
        $dom    = $parser->load_xml();
        # now I do what?
        exit 0;