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