Question
Untag the text in xml
Hai Friends...
How can untag the text with out using associatedXMLElements.
myText = app.selection[0];
myText.associatedXMLElements[0].untag();
By this way we can untag the content....
Is Any other way to untag()...
Thanks in Advance
Divya...