Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Replacing XML Tag name with another

by dHarry (Abbot)
on Sep 27, 2011 at 12:20 UTC ( [id://928075]=note: print w/replies, xml ) Need Help??


in reply to Replacing XML Tag name with another

I advice using a proper XML parser! They come in various flavors. XML::Simple jumps to mind. Or maybe even better XML::Twig as it probably doesn't end with replacing tags and you need to do other things with your xml file.

I advice against parsing the file line-by-line and apply some regexp. This type of solution easily breaks. Using a decent parser gives you a more "future proof" solution.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://928075]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-28 18:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found