Skip to main content
Known Participant
January 10, 2009
Question

Select and Retag the Element in the Structure.

  • January 10, 2009
  • 2 replies
  • 454 views
Hi,

In indesign can we select the element and retag the element in the structure. The xml element is the root element.

Thanks,
Hemi
This topic has been closed for replies.

2 replies

Known Participant
January 12, 2009
Hi Ole,

It works!!!

Thanks for your response.

Hemi.
Known Participant
January 11, 2009
Hi Hemi,

It should be something like this:

//Given an XMLElement myXMLElement and an XMLTag myXMLTag:

myXMLElement.markupTag = myXMLTag;

No need to select anything.

Thanks,

Ole