Subject: | $tree->save desired |
Hi, I love XML::Tree and its immediate parents (HTML::Element and HTML::TreeBuilder).
However, it would be great if there were some way to take a tree that I have done structure mods to and simply save it via:
$tree->save_as_XML;
Either that or provide a method to return the filename that the tree is associated with so that I can save open the file and write it via $tree->as_XML and then close it.
Thanks!