<xsl:stylesheet
    version="3.0"
    exclude-result-prefixes="#all"
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:dbk="http://docbook.org/ns/docbook"
    xmlns:rng="http://relaxng.org/ns/structure/1.0"
    xmlns:tei="http://www.tei-c.org/ns/1.0"
    xmlns:teix="http://www.tei-c.org/ns/Examples"
    xmlns:xhtml="http://www.w3.org/1999/xhtml"
    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:xd="http://www.pnp-software.com/XSLTdoc"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:import href="guidelines.xsl"/>
  
  <xsl:output method="xml"
              doctype-public="//W3C//DTD XHTML 1.1//EN"
              doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
              encoding="UTF-8"
              />  
  
  <xsl:param name="autoToc">true</xsl:param>
  <xsl:param name="splitLevel">-1</xsl:param>
  <xsl:param name="footnoteFile">false</xsl:param>
  <xsl:param name="pageLayout">Simple</xsl:param>
  <xsl:param name="cssFile">guidelines.css</xsl:param>
  <xsl:param name="parentWords">Text Encoding Initiative Consortium</xsl:param>
  <xsl:param name="topNavigationPanel">true</xsl:param>
  
  <xsl:template name="generateSubTitle"/>

  <xsl:template name="includeCSS">
    <link href="{$cssFile}" rel="stylesheet" type="text/css"/>
    <xsl:if test="not($cssPrintFile='')">
      <link rel="stylesheet" media="print" type="text/css" href="{$cssPrintFile}"/>
    </xsl:if>
  </xsl:template>

  <xsl:template name="printLink"/>

</xsl:stylesheet>


