Howdy Bros. I've got a script that reads an XML file with XML::Treebuilder. I'd like to update data in one of the elements and write the file back out. What is the most straightforward way of doing this? Neither XML::Treebuilder nor XML::Parser seems to have a method for doing output.
TIA...
Steve