in reply to Re^2: Editing in xml
in thread Append in XML using perl

Er quite, this is just an example of manipulating the XML, you can open your XML file with XML::DOM using parsefile instead of parse and writing back to the file after you have manipulating it is a trivial matter of opening a file for writing and printing $doc->toString() to it.

/J\