print.xsl
branchstyles
changeset 24 acf70691eb31
parent 23 8445a48b1679
parent 16 357ad8c99f4a
child 25 ed59e6e7fad0
--- a/print.xsl	Tue Dec 29 21:26:32 2015 -0500
+++ b/print.xsl	Tue Dec 29 21:32:40 2015 -0500
@@ -155,6 +155,13 @@
   <inline vertical-align="super" font-size="60%"><xsl:apply-templates/></inline>
 </xsl:template>
 
+<xsl:template match="link">
+  <xsl:variable name="linkend" select="@linkend"/>
+  <basic-link internal-destination="{$linkend}">
+    <xsl:apply-templates/>
+  </basic-link>  
+</xsl:template>
+
 </xsl:stylesheet>
 
 <!-- Keep this comment at the end of the file