XML FOR DOMINO


anchor element
Represents an anchor, which is a target location within a document. When a document link jumps to a target document, it can jump to the beginning of the document or to a specific location within it. An anchor reserves the specific location within a target document for the link to jump to.

Containment Hierarchy

Contained by: richtext.nonhot.inline;

Syntax

<!ELEMENT anchor EMPTY>

Attributes

<!ATTLIST anchor
name%string;#REQUIRED
>

name


See Also