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

But it is not appended in xml file but is it showin while the program is running in the command prompt. Give some comments

Replies are listed 'Best First'.
Re^3: Editing in xml
by gellyfish (Monsignor) on Jun 08, 2006 at 07:35 UTC

    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\