in reply to problem with removing something in XML file

Don't use a regex for working with XML, use someting like XML::Simple or XML::Twig.

Martin

  • Comment on Re: problem with removing something in XML file

Replies are listed 'Best First'.
Re^2: problem with removing something in XML file
by Anonymous Monk on Sep 18, 2009 at 14:32 UTC
    Dear Martin My problem is that I have to get rid of all REF. how do you thin is possible? any sample?