The <nextpage> tag

<nextpage> links to the next 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 <nextpage> tag has no attributes.

Example

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

<nextpage/>

In 01_intro.xml, this will result in:

See Also