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
Post a Comment