PolarSiva has asked for the wisdom of the Perl Monks concerning the following question:
i need to edit a xml node using Perl. For example
<project> <run_count> <count>13</count> </run_count> </project>i have to change the value 13 to 14 in the above example other than using regular exp. Kindly suggest some tips.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Edit a node value in xml
by toolic (Bishop) on Jul 23, 2009 at 15:10 UTC | |
by PolarSiva (Initiate) on Jul 23, 2009 at 16:21 UTC | |
|
Re: Edit a node value in xml
by ramrod (Priest) on Jul 23, 2009 at 15:59 UTC |