svn commit: samba-docs r566 - in trunk/xslt: .

jelmer at samba.org jelmer at samba.org
Thu May 19 23:33:59 GMT 2005


Author: jelmer
Date: 2005-05-19 23:33:59 +0000 (Thu, 19 May 2005)
New Revision: 566

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=566

Log:
Fix link texts for PDF and PS output

Modified:
   trunk/xslt/latex.xsl


Changeset:
Modified: trunk/xslt/latex.xsl
===================================================================
--- trunk/xslt/latex.xsl	2005-05-19 00:54:42 UTC (rev 565)
+++ trunk/xslt/latex.xsl	2005-05-19 23:33:59 UTC (rev 566)
@@ -4,6 +4,12 @@
 <!--<xsl:import href="docbook.xsl"/>-->
 <xsl:import href="http://db2latex.sourceforge.net/xsl/docbook.xsl"/>
 
+<xsl:template name="link">
+	<xsl:element name="link">
+		<xsl:copy-of select="@*"/>
+	</xsl:element>
+</xsl:template>
+
 <xsl:output method="text" encoding="ISO-8859-1" indent="yes"/>
 <xsl:param name="l10n.gentext.default.language" select="'en'"/>
 <xsl:param name="latex.example.caption.style"></xsl:param>



More information about the samba-cvs mailing list