Rename particular XML Tag
Hi Indesign Experts,
I'm confused a lot in the below issue. I'm have a indesign document. In the xml structure, If i select a element, and trying to rename the selected item's markupTag.name, it's changing all the elements with the selected elements name....
I use the below code to run after selecting an xml Element.
app.selection[0].markupTag.name="test";
But the output look like the below.
But I want onlu to rename the selected xmlelement.
Any idea to perform this?
Thanks and Regards,
Vel.
