jasal has asked for the wisdom of the Perl Monks concerning the following question:
I want to change "Repetitions" value in my code, then save the file. I have tried "setData" but it "Can't locate object method "setData"". What is the right method to select the correct key and then alter it?<root> <parameters> <key name="Repetitions" value="500" /> <key name="Mode" value="COLD" /> ... </parameters> </root>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Modifying XML with LibXML
by choroba (Cardinal) on Nov 28, 2013 at 10:36 UTC | |
by tobyink (Canon) on Nov 28, 2013 at 10:53 UTC |