<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns="http://www.w3.org/TR/xhtml1/strict"
  version="1.0"> 

<!--
  $Id: main.xsl,v 1.1.1.1 2003/02/09 08:18:56 ss Exp $
  by SATOH Satoru - ss at gnome.gr.jp
-->

<xsl:import href="/opt/share/docbook/xsl/xhtml/docbook.xsl" />

<xsl:output
  method="xml"
  version="1.0"
  encoding="utf-8"
  omit-xml-declaration="no"
  doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
  doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
  indent="yes"
  media-type="application/xhtml+xml" />


<xsl:include href="custom.xsl" />

</xsl:stylesheet>

<!-- vim: sw=2 sts=2 ai si:
-->


