doc/fr_FR.ISO8859-1/share/sgml/mirrors-local.xsl
Gabor Kovesdan 44ff87d9fa - Expand character entities in the French documentation
Approved by:	doceng (implicit)
2012-08-09 22:39:25 +00:00

36 lines
1.1 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $FreeBSD$ -->
<!--
The FreeBSD French Documentation Project
Original revision: 1.2
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- must point to master copy, doc/share/sgml/mirrors-master.xsl -->
<xsl:import href="../../../share/sgml/mirrors-master.xsl" />
<xsl:output type="xml" encoding="iso-8859-1"
omit-xml-declaration="yes"
indent="yes"/>
<!-- template: "mirrors-docbook-contact" -->
<xsl:template name="mirrors-docbook-contact">
<xsl:param name="email" select="'someone@somewhere'"/>
<para>En cas de problèmes, merci de contacter le hostmaster
<email><xsl:value-of select="$email" /></email> pour ce domaine.</para>
</xsl:template>
<!-- template: "mirrors-lastmodified" -->
<xsl:template name="mirrors-lastmodified">
<xsl:text>mis à jour le </xsl:text>
<xsl:call-template name="mirrors-lastmodified-utc" />
</xsl:template>
</xsl:stylesheet>