in reply to How to modify an attribute containing special characters in a xml file?
What do you expect?
& is a special character in XML and a literal & needs to be encoded as & in XML. Maybe you did not want 
 in your original string but something else?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to modify an attribute containing special characters in a xml file?
by ankit.tayal560 (Beadle) on Sep 30, 2016 at 11:07 UTC | |
by Corion (Patriarch) on Sep 30, 2016 at 11:13 UTC | |
by ankit.tayal560 (Beadle) on Sep 30, 2016 at 12:09 UTC |