diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:31:29 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:31:29 +0000 |
commit | 6c8e01e44b66576efee6cdd503d2994a9bbe9992 (patch) | |
tree | d830c8ae0806be6a52e433cc44a9f0bffe7587ba /docs/docbook/xslt/db2latex/email.mod.xsl | |
parent | efeb63d6417c255b2c959743b29ea17ab117e02e (diff) | |
download | samba-6c8e01e44b66576efee6cdd503d2994a9bbe9992.tar.gz samba-6c8e01e44b66576efee6cdd503d2994a9bbe9992.tar.bz2 samba-6c8e01e44b66576efee6cdd503d2994a9bbe9992.zip |
Remove db2latex
(This used to be commit 479881d74aa136476355bfacc57a08102eb170b9)
Diffstat (limited to 'docs/docbook/xslt/db2latex/email.mod.xsl')
-rw-r--r-- | docs/docbook/xslt/db2latex/email.mod.xsl | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/docs/docbook/xslt/db2latex/email.mod.xsl b/docs/docbook/xslt/db2latex/email.mod.xsl deleted file mode 100644 index 8f2bcaa146..0000000000 --- a/docs/docbook/xslt/db2latex/email.mod.xsl +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version='1.0'?> -<!--############################################################################# -| $Id: email.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $ -|- ############################################################################# -| $Author: jelmer $ -| -| PURPOSE: -+ ############################################################################## --> - -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" - exclude-result-prefixes="doc" version='1.0'> - - - <!--############################################################################# --> - <!-- DOCUMENTATION --> - <doc:reference id="email" xmlns=""> - <referenceinfo> - <releaseinfo role="meta"> - $Id: email.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $ - </releaseinfo> - <authorgroup> - <author> <firstname>Ramon</firstname> <surname>Casellas</surname> </author> - <author> <firstname>James</firstname> <surname>Devenish</surname> </author> - </authorgroup> - <copyright> - <year>2000</year> <year>2001</year> <year>2002</year> <year>2003</year> - <holder>Ramon Casellas</holder> - </copyright> - </referenceinfo> - - <title>Email <filename>email.mod.xsl</filename></title> - <partintro> - <section><title>Introduction</title> - <para></para> - </section> - </partintro> - </doc:reference> - <!--############################################################################# --> - - - <!--############################################################################# --> - <!-- DOCUMENTATION --> - <doc:template match="email" xmlns=""> - <refpurpose> XSL template for email </refpurpose> - <refdescription> - <para>Outputs the mail in {\texttt }. Calls the normalize-scape template in order to get a - normalized email string. It does not process email content model.</para> - <formalpara><title>Remarks and Bugs</title> - </formalpara> - </refdescription> - </doc:template> - <!--############################################################################# --> - - - <xsl:template match="email"> - <xsl:text>\texttt{<</xsl:text> - <xsl:call-template name="ulink"> - <xsl:with-param name="url" select="concat('mailto:',.)"/> - </xsl:call-template> - <xsl:text>>}</xsl:text> - </xsl:template> - -</xsl:stylesheet> |