Code Comments
Programming Forum and web based access to our favorite programming groups.Hi. Could someone please tell me how to write a script that searches an .xml file and insert a string between two xml tags? Thanks.
Post Follow-up to this messageHi, you should look at he xml modules. If the xml is not too complex you can use XML::Simple which is easy to use. Alternative modules for this would be XML::Smart, XML:: actually theres lots of xml modules suitable, have a look in your perl distribution to see what was installed by default or search cpan for xml modules. D
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.