e7adbc9a74
transtable-local.xsl 1.1 -> 1.2 transtable.xml Added groups for mirrors and months Obtained from: The FreeBSD German Documentation Project
25 lines
907 B
XML
25 lines
907 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
$FreeBSD$
|
|
$FreeBSDde: de-docproj/share/sgml/transtable-local.xsl,v 1.3 2004/05/01 16:49:25 brueffer Exp $
|
|
basiert auf: 1.2
|
|
-->
|
|
|
|
<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="iso-8859-1"
|
|
indent="yes"/>
|
|
|
|
<!-- these params should be externally bound. The values
|
|
here are not used actually -->
|
|
<xsl:param name="transtable.xml" select="'./transtable.xml'" />
|
|
<xsl:param name="transtable-sortkey.xml" select="'./transtable-sortkey.xml'" />
|
|
|
|
<xsl:param name="transtable-target-element" select="''" />
|
|
<xsl:param name="transtable-word-group" select="''" />
|
|
<xsl:param name="transtable-mode" select="''" />
|
|
|
|
</xsl:stylesheet>
|