This content has been marked as final.
Show 2 replies
-
1. Re: determine XMLTags name of current selection
Shonkyin Feb 16, 2010 7:49 AM (in response to Dr. TYPO)Hi Typo,
try below code on CS4
alert(app.selection[0].associatedXMLElements[0].markupTag.name)
You can use Jongware Indesign Object Reference. Check below linkShonky -
2. Re: determine XMLTags name of current selection
Dr. TYPO Feb 16, 2010 2:06 PM (in response to Shonkyin)COOLIO!
It works perfect, thanks!

