perl - How can I replace the <opt> tag in XML::Simple with the original tag name? -


i'm using xml::simple edit xml file. after updated data sent new xml file. procedure produces <opt></opt> tag added , original parent tag lost. want replace <opt> original tag name. how do that?

you're stretching limits of xml::simple. when point don't does, it's time else. else depends on problem, xml::twig.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -