in reply to Removing and Appending to an XML file

I can't really read your question (did you preview it?) but the answer ;--) is most likely not to use XML::DOM. A short answer would be to use XML::Simple (if appropriate, if you don't get it to work easily, try an other module), XML::LibXML or XML::Twig. See the Perl 5 wiki for a little more details.

  • Comment on Re: Removing and Appending to an XML file

Replies are listed 'Best First'.
Re^2: Removing and Appending to an XML file
by payam77 (Initiate) on Jul 03, 2008 at 17:52 UTC
    Thanks for your help.