equal
deleted
inserted
replaced
148 |
148 |
149 <xsl:template match="superscript"> |
149 <xsl:template match="superscript"> |
150 <inline vertical-align="super" font-size="60%"><xsl:apply-templates/></inline> |
150 <inline vertical-align="super" font-size="60%"><xsl:apply-templates/></inline> |
151 </xsl:template> |
151 </xsl:template> |
152 |
152 |
|
153 <xsl:template match="link"> |
|
154 <xsl:variable name="linkend" select="@linkend"/> |
|
155 <basic-link internal-destination="{$linkend}"> |
|
156 <xsl:apply-templates/> |
|
157 </basic-link> |
|
158 </xsl:template> |
|
159 |
153 </xsl:stylesheet> |
160 </xsl:stylesheet> |
154 |
161 |
155 <!-- Keep this comment at the end of the file |
162 <!-- Keep this comment at the end of the file |
156 Local variables: |
163 Local variables: |
157 mode: xml |
164 mode: xml |