Hi, I'm trying to access custom attribute from .map file but script outputs "false" as a result.
As an example I have "object" node
<object id="object (bevgrnd03b_law) (1)" [...] myCustomAttr="bleh"></object>
and I'm trying to iterate through all "object" elements and check whether it has "myCustomAttr" by using getElementData(el, "myCustomAttr") but this doesn't work.
I saw in other scripts they do this and it just works but in my case it outputs "false". Could anybody help me with this problem?