<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="" encoding="utf-8" />

    <!--
        This is the default help page.  One day we'll set up a whole table of contents here.
        But for now, no one should be seeing this unless something went wrong.  Hence the error message.
    -->

    <xsl:include href="/app/tools/bookpub/templates/help/help_layout.xsl" />

    <xsl:template name="helpHeader">Help</xsl:template>
    <xsl:template name="helpPage">
        <p>
            The requested help page could not be found.
        </p>
    </xsl:template>

</xsl:stylesheet>
