<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version='1.0'
  xmlns='http://www.w3.org/1999/xhtml'
  xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
  xmlns:exslt='http://exslt.org/common'
  xmlns:func='http://exslt.org/functions'
  exclude-result-prefixes='exslt func'
  >
  
  <xsl:output method="xml"
    doctype-public="-//W3C//DTD XHTML 1.1//EN"
    doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
    omit-xml-declaration="no" indent="no" lang="ja" encoding="UTF-8" />

  <xsl:include href="common.xsl"/>
  <xsl:include href="shorttag.xsl"/>

  <xsl:include href="params.xsl"/>
  <xsl:include href="head.xsl"/>
  <xsl:include href="opml.xsl"/>
  <xsl:include href="main.xsl"/>
  <xsl:include href="footer.xsl"/>

</xsl:stylesheet>

