Hey guys,
I'm having trouble getting access to the tagName property in Extendscript.
basically, I want to get the name of an XML node.
<nodeName>data</nodeName>
where I want the property that returns "nodeName". In Javascript, this is done with the tagName property. Is there no way to do this with Extendscript?