aboutsummaryrefslogtreecommitdiff
path: root/nl_NL.ISO8859-1/share/xml/mirrors-local.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'nl_NL.ISO8859-1/share/xml/mirrors-local.xsl')
-rw-r--r--nl_NL.ISO8859-1/share/xml/mirrors-local.xsl34
1 files changed, 34 insertions, 0 deletions
diff --git a/nl_NL.ISO8859-1/share/xml/mirrors-local.xsl b/nl_NL.ISO8859-1/share/xml/mirrors-local.xsl
new file mode 100644
index 0000000000..c9fbae756b
--- /dev/null
+++ b/nl_NL.ISO8859-1/share/xml/mirrors-local.xsl
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- The FreeBSD Dutch Documentation Project
+ $FreeBSD$
+ %SOURCE% share/xml/mirrors-local.xsl
+ %SRCID% 38826
+-->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+ <!-- must point to master copy, doc/share/xml/mirrors-master.xsl -->
+ <xsl:import href="../../../share/xml/mirrors-master.xsl" />
+
+ <xsl:output type="xml" encoding="iso-8859-1"
+ omit-xml-declaration="yes"
+ indent="yes"/>
+
+ <!-- these params should be externally bound. The values
+ here are not used actually -->
+ <xsl:param name="proto" select="''" />
+ <xsl:param name="target" select="''" />
+
+ <xsl:template name="mirrors-docbook-contact">
+ <xsl:param name="email" value="'iemand@ergens'" />
+
+ <para>Begeeft u zich bij problemen alstublieft naar de beheerder
+ <email><xsl:value-of select="$email" /></email> van dit domein.</para>
+ </xsl:template>
+
+ <xsl:template name="mirrors-lastmodified">
+ <xsl:text>bijgewerkt op: </xsl:text>
+ <xsl:call-template name="mirrors-lastmodified-utc" />
+ </xsl:template>
+
+</xsl:stylesheet>