K
Krzysztof Poc
Hi
I would like to change the tag name in an XML document. Can I do that
using
XML::Simple. If so could you give me a simple example of how to do
that.
To be exact I would like to convert the following:
<album>
<name> John </name>
<age> 25 </age>
</album>
into:
<album>
<surname> John </surname>
<age> 25 </age>
</album>
thank you for help
I would like to change the tag name in an XML document. Can I do that
using
XML::Simple. If so could you give me a simple example of how to do
that.
To be exact I would like to convert the following:
<album>
<name> John </name>
<age> 25 </age>
</album>
into:
<album>
<surname> John </surname>
<age> 25 </age>
</album>
thank you for help