<tbody>
<xsl:for-each select="parameteritem">
<row>
- <xsl:apply-templates/>
+ <xsl:apply-templates select="."/>
</row>
</xsl:for-each>
</tbody>
<tbody>
<xsl:for-each select="parameteritem">
<row>
- <xsl:apply-templates/>
+ <xsl:apply-templates select="."/>
</row>
</xsl:for-each>
</tbody>
</ulink>
</xsl:template>
- <xsl:template match="registered">
- <xsl:text>®</xsl:text>
- </xsl:template>
-
- <xsl:template match="copy">
- <xsl:text>©</xsl:text>
- </xsl:template>
-
- <xsl:template match="trademark">
- <xsl:text>™</xsl:text>
- </xsl:template>
-
<xsl:template match="superscript">
<superscript>
<xsl:apply-templates/>
<row>
<xsl:for-each select="entry">
<entry>
- <xsl:apply-templates/>
+ <xsl:apply-templates select="."/>
</entry>
</xsl:for-each>
</row>
<row>
<xsl:for-each select="entry">
<entry>
- <xsl:apply-templates/>
+ <xsl:apply-templates select="."/>
</entry>
</xsl:for-each>
</row>
<xsl:template match="programlisting">
<programlisting language="c">
<xsl:for-each select="codeline[position() > 1 or highlight]">
- <xsl:apply-templates/>
+ <xsl:apply-templates select="."/>
<xsl:text> </xsl:text>
</xsl:for-each>
</programlisting>