Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The xref element is a reference to an external document. It can be mixed freely with text, and any text within the tag itself will be used as part of the link's visual body.

Parent

  • cell
  • p
  • item
  • hi

Children

  • none

Attributes

  • target: requiredA (required) A target for the reference, using either a URL or an id of an existing element as a destination for the xref.
Code Block

<p>

     <xref target="/url/link/target">This text is shown as a
	link.</xref>

</p>