77d737ee88
- Fix build errors from the next change Approved by: doceng (implicit)
12 lines
365 B
XML
12 lines
365 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/xml/transtable-master.xsl -->
|
|
<xsl:import href="../../../share/xml/transtable-master.xsl" />
|
|
|
|
<xsl:output type="xml" encoding="euc-jp"
|
|
indent="yes"/>
|
|
|
|
</xsl:stylesheet>
|