Home › Forums › General XMetaL Discussion › How to check if an element has the attribute or not? › Reply To: How to check if an element has the attribute or not?
Reply to: How to check if an element has the attribute or not?
August 18, 2011 at 12:07 amSee the Programmers Guide for details on the following related APIs:
DOMDocumentType_object.hasAttribute(strElemName, strAttrName)
DOMElement_object.hasAttribute(“strAttrName”)
Selection_object.hasAttribute(“strAttrName”)