equal
deleted
inserted
replaced
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 |