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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -