﻿<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
	version="2.0"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:ufcpp="http://ufcpp.net/study/document">

  <!-- スタイルシートの実体は、親ディレクトリ内にあります。 -->
<xsl:import href="../main.xsl" />
  <xsl:output
    method="html"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    indent="no"/>

<!-- このディレクトリの名前を記述。章やキーワードの参照機能のために必要です。 -->
<xsl:variable name="dir">testxsl</xsl:variable>

</xsl:stylesheet>

