XML FOR DOMINO
The location of the element's closing tag illustrates the containment hierarchy of the element. For example, the par element's opening and closing tags surround the actionhotspot tag. This illustrates that it is contained by the par element. Note also that the pardef element precedes the par element and defines the style of a paragraph having an id of "6," which is then referenced in the par element.
<pardef id="6" leftmargin="0.7500in" />
<par def="6">
Click <actionhotspot> <code event="click"> <formula>@Command([EditClear])</formula> </code> here </actionhotspot>
to delete.
</par>
See Also