Subject: | Rename an attribut |
Dear,
The set_name method allows to rename a tag. The set_att method does not rename an attribute, just create an attribute without value or not.
It is possible to create a new method which allow to do that. For example : rename_att ?
Why ?
Because, for the moment, I have to :
- store the content of attribute ;
- to delete it ;
- to create the new attribute with the value ;
- sometime, re-encode the value.
Best Regards,
Djibel