- or download this
<?xml version="1.0" encoding="UTF-8"?>
<arbre>
...
</branche>
<!--etc...-->
</arbre>
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<arbre>
...
</branche>
<!--etc...-->
</arbre>
- or download this
<arbre>
<branche name="courbe" type="conifere">
...
</branche>
<!--etc...-->
</arbre>
- or download this
sub _mergeXML
{
...
open(FILE,">$FILEOUT") or die $!; print FILE $new->toString;close
+FILE;
}