Page

A <page> node is always the root node of a document. When rendered to the output format, each article will represent a single output document.

Example

<page>

<header>

<title> Example Page </title>

<summary> Example document </summary>

<author>

<fullname> Samuel Penn </fullname>

<email> sam@bifrost.demon.co.uk </email>

</author>

<cvsinfo/>
<license/>

<style> default </style>

<footer href="footer.inc">

</footer>

</header>

<links/>
<sidebar/>

<body>

<sect1>

<title> Main Section </title>

<p>

A simple paragraph of text.

</p>

</sect1>

</body>

</page>

Definition

page:: (header, body)

A <page> always consists of exactly one <header> and one <body> element.

Rendition

The <page> element should be rendered as a single HTML page.

Sourceforge.net Valid XHTML Valid CSS