13 lines
367 B
XML
13 lines
367 B
XML
|
<?xml version="1.0" encoding="euc-jp"?>
|
||
|
<!-- $FreeBSD$ -->
|
||
|
|
||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||
|
|
||
|
<!-- must point to master copy, doc/share/sgml/transtable-master.xsl -->
|
||
|
<xsl:import href="../../../share/sgml/transtable-master.xsl" />
|
||
|
|
||
|
<xsl:output type="xml" encoding="euc-jp"
|
||
|
indent="yes"/>
|
||
|
|
||
|
</xsl:stylesheet>
|