Home › Forums › General XMetaL Discussion › Retrieving Entity Content › Reply To: Retrieving Entity Content
Reply to: Retrieving Entity Content
August 11, 2011 at 8:04 pmThere is an API for this:
ActiveDocument.doctype.entities
From the Programmer's Guide: “Returns a DOMNamedNodeMap of DOMEntity objects representing the general entities, both external and internal, declared in the DTD. Duplicates are discarded.”
DOMNamedNodeMap and its property and various methods are what you would end up using.