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