The <locallink> tag

<locallink> shows all files on the same level. It works a bit like <directory>.

For each directory entry, Corbon searches for an index.xml file. It includes the name and description in the generated XHTML.

The links are ordered alphabetically. If you want another ordering, we suggest prepending your filenames with numbers, like 01_dallas.xml, 02_dynasty.xml, 03_wheeloffortune.xml, ...

Attributes

Example

Imagine a directory containing a "greek.xml", "roman.xml", and "egyptian.xml" file. Then, in the index.xml file, you would write:

<locallink includeself="0">

The resulting index.html will contain:

Greek: The Greek dynasty
Roman: The Roman empire
Egyptian: The Egyptian hegemony

See Also