2007-04-11 12:51:20 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
The FreeBSD Mongolian Documentation Project
|
2012-08-21 21:16:02 +02:00
|
|
|
|
|
2007-04-11 12:51:20 +02:00
|
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
|
|
Original revision 1.3
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<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/mirrors-master.xsl -->
|
|
|
|
|
<xsl:import href="../../../share/xml/mirrors-master.xsl" />
|
2007-04-11 12:51:20 +02:00
|
|
|
|
|
|
|
|
|
<xsl:output type="xml" encoding="utf-8"
|
|
|
|
|
indent="yes"/>
|
|
|
|
|
|
|
|
|
|
<!-- template: "mirrors-docbook-contact" -->
|
|
|
|
|
|
|
|
|
|
<xsl:template name="mirrors-docbook-contact">
|
|
|
|
|
<xsl:param name="email" select="'someone@somewhere'"/>
|
|
|
|
|
|
2012-08-21 21:16:02 +02:00
|
|
|
|
<para>Асуудлууд гарвал энэ домэйны администратор
|
2007-04-11 12:51:20 +02:00
|
|
|
|
<email><xsl:value-of select="$email" /></email>-т хандана уу.</para>
|
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|