2003-11-24 19:26:35 +01:00
|
|
|
<?xml version="1.0" encoding="euc-jp"?>
|
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
|
2012-10-01 13:56:00 +02:00
|
|
|
<!-- must point to master copy, doc/share/xml/transtable-master.xsl -->
|
|
|
|
<xsl:import href="../../../share/xml/transtable-master.xsl" />
|
2003-11-24 19:26:35 +01:00
|
|
|
|
|
|
|
<xsl:output type="xml" encoding="euc-jp"
|
|
|
|
indent="yes"/>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|