href Element

Author-it XML Format

Description

The href element represents a hyperlink object in a paragraph. This element may contain text, and a cs child element.

Attributes

Attribute Name

Optional

Data Type

id

No

Integer > 0. An Object ID.

Parent Element

p

Children

Element

Optional

Occurs

cs

Yes

Zero to many times

Values

Data Type

Range

String

0 to 4000 characters long.

Sample XML

<p id="3">
<href id="263">Click
<cs id="462">here</cs>
</href>
for the hyperlink
</p>