Hello,
I have a problem with the node XmlWord11. The text property, in some nodes, is empty and I would like to delete it.
I try this code and you can see it, it works when I put something between de '', in orange.
I tried to put n.text= null and n.text='' but didn't work either way.
How do I do it?
Thank you!