Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="ISO-8859-1" ?> 
    - <recipe name= "Chocolate Chip Bars"> 
    ...
       <recipe name="chocolate cake">
       ....
    
  2. or download this
       my $parser = XML::LibXML->new();
       my $recipeDoc = $parser->parse_file("recipe.xml");
    ...
          $stepName = $step->getAttribute("name");
         }
       }