ulink

$Revision: 1.3 $

$Date: 2002/06/12 11:18:42 $

ulink — A link that addresses its target by means of a URL (Uniform Resource Locator)

Synopsis

Mixed Content Model

ulink ::=
(#PCDATA|footnoteref|xref|abbrev|acronym|citetitle|emphasis|
 footnote|phrase|quote|trademark|link|ulink|command|
 computeroutput|email|filename|literal|option|replaceable|
 systemitem|userinput|inlinemediaobject)*

Attributes

Common attributes

Name

Type

Default

urlCDATARequired
typeCDATANone

Description

The ULink element forms the equivalent of an HTML anchor (<A HREF="...">) for cross reference by a Uniform Resource Locator (URL).

Processing expectations

Formatted inline. When rendered online, it is natural to make the content of the ULink element an active link. When rendered in print media, the URL might be ignored, printed after the text of the link, or printed as a footnote.

When the content of the ULink element is empty, i.e., for either of the following cases: <ulink url="..."/> and <ulink url="..."></ulink>, the content of the url attribute should be rendered as the text of the link.

Linking elements must not be nested within other linking elements (including themselves). Because DocBook is harmonizing towards XML, this restriction cannot easily be enforced by the DTD. The processing of nested linking elements is undefined.

Attributes

type

Type is available for application-specific customization of the linking behavior.

url

URL specifies the Uniform Resource Locator that is the target of the ULink.

See Also

link, xref.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>
For more information, see the O'Reilly catalog entry for
<ulink url="http://www.ora.com/catalog/tex/"><citetitle>Making TeX
Work</citetitle></ulink>.
</para>

For more information, see the O'Reilly catalog entry for Making TeX Work.

For additional examples, see also systemitem.