The <prevpage> tag

<prevpage> links to the previous page in the same directory. Files in a directory are sorted alphabetically, making this ideal for glossary items.

By prepending every file with a number, you can force your own order, making <nextpage> and <prevpage> ideal for wizards, step-by-step-guides, or other logically ordered content.

Attributes

The <prevpage> tag has no attributes.

Example

Say our file is called 02_data.xml, and we want to link to 01_intro.xml:

<prevpage/>

In 02_data.xml, this will result in:

See Also