in reply to Re^2: Perl XPath
in thread Perl XPath
I assume once you have the XML::LibXML::Text node, you can use ->replaceData or ->setData to change the values. But I've never done anything like it using XML::LibXML, so you'll have to find out whether it works yourself.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl XPath
by ikegami (Patriarch) on Feb 27, 2012 at 21:35 UTC | |
|
Re^4: Perl XPath
by GoForIt (Novice) on Feb 28, 2012 at 19:26 UTC |