Hi, Laurent,

> I would like to programmatically change a node Name, (only if the node is an
> element).
> 
> But there's no setNodeName() method to my element. How could I do ?

You will have to create a new node with another name and clone
information from *oldNode* to *newNode*.

Elena

Reply via email to