related
Instructs XMLmind Ebook Compiler to generate a list of links.
The targets of
these links are the book divisions (part, chapter, section, etc) having an
xml:id
attribute referenced in the ids
attribute
of the related
element.
The default title of this list of
links is "Related information". A different title (e.g. "See
also") may be specified in attribute
relation
.
EMPTY
Name | Data type | Default value |
---|---|---|
ids |
IDREFS |
REQUIRED |
relation |
token min. length: 1 |
|
xml:base |
anyURI |
|
xml:id |
ID |
|
xml:lang |
language or "" (the empty string) |
. |
ids
relation
The following elements contain
related
: appendices
, appendix
, book
, chapter
, part
, section
.
1 2 3 4 5 6 7 | <chapter href="ch01.html" xml:id="ch01"> <related ids="ch01 ch02 ch03"/> </chapter> <chapter href="ch02.html" xml:id="ch02"> <related ids="ch01 ch02 ch03"/> </chapter> ... |
Web Help generated by XMLmind Ebook Compiler.