Skip to content
Prev 65337 / 398502 Next

Hot to _set_ an xmlAttr XML xmlAttr set

Dear R-Gurus!

I have read an xml document with
xmlTreeParse

and can access that attribute value by
xmlGetAttr
or
xmlAttrs

What I want to do is to set a new value and to write the modified DOM 
tree into an XML file.

But until now I have not found an setter method equivalent to the getter 
method?



Eryk