Next / Previous / Contents / TCC Help System / NM Tech homepage

6.8. The seeAlso template element

This template element generates a sequence of zero or more links.

First, if there is a parent page, it generates a link to that page, using that page's title as the link text.

Then, if there are any designated “see also” topics, it generates links to those pages as well, using the target page's title as the link text in each case.

If this element generates multiple links, and if the seeAlso element has an optional sep attribute, the value of that attribute will be used to separate the links. The default separator is “; ” (a semicolon and a space).

Here is the schema:

template.rnc
seeAlso = element seeAlso
{ attribute sep { text }?
}