77d737ee88
- Fix build errors from the next change Approved by: doceng (implicit)
19 lines
552 B
XML
19 lines
552 B
XML
<?xml version="1.0" encoding="koi8-r"?>
|
|
<!--
|
|
The FreeBSD Russian Documentation Project
|
|
|
|
$FreeBSD$
|
|
$FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/xml/transtable-local.xsl,v 1.2 2004/01/22 15:09:41 den Exp $
|
|
|
|
Original revision 1.2
|
|
-->
|
|
|
|
<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="koi8-r"
|
|
indent="yes"/>
|
|
|
|
</xsl:stylesheet>
|