print.xsl
branchstyles
changeset 24 acf70691eb31
parent 23 8445a48b1679
parent 16 357ad8c99f4a
child 25 ed59e6e7fad0
equal deleted inserted replaced
23:8445a48b1679 24:acf70691eb31
   153 
   153 
   154 <xsl:template match="superscript">
   154 <xsl:template match="superscript">
   155   <inline vertical-align="super" font-size="60%"><xsl:apply-templates/></inline>
   155   <inline vertical-align="super" font-size="60%"><xsl:apply-templates/></inline>
   156 </xsl:template>
   156 </xsl:template>
   157 
   157 
       
   158 <xsl:template match="link">
       
   159   <xsl:variable name="linkend" select="@linkend"/>
       
   160   <basic-link internal-destination="{$linkend}">
       
   161     <xsl:apply-templates/>
       
   162   </basic-link>  
       
   163 </xsl:template>
       
   164 
   158 </xsl:stylesheet>
   165 </xsl:stylesheet>
   159 
   166 
   160 <!-- Keep this comment at the end of the file
   167 <!-- Keep this comment at the end of the file
   161 Local variables:
   168 Local variables:
   162 mode: xml
   169 mode: xml