|
|
@ -529,7 +529,7 @@
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
<xsl:for-each select="parameteritem">
|
|
|
|
<xsl:for-each select="parameteritem">
|
|
|
|
<row>
|
|
|
|
<row>
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
<xsl:apply-templates select="."/>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
|
</xsl:for-each>
|
|
|
|
</xsl:for-each>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
@ -550,7 +550,7 @@
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
<xsl:for-each select="parameteritem">
|
|
|
|
<xsl:for-each select="parameteritem">
|
|
|
|
<row>
|
|
|
|
<row>
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
<xsl:apply-templates select="."/>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
|
</xsl:for-each>
|
|
|
|
</xsl:for-each>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
@ -626,18 +626,6 @@
|
|
|
|
</ulink>
|
|
|
|
</ulink>
|
|
|
|
</xsl:template>
|
|
|
|
</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">
|
|
|
|
<xsl:template match="superscript">
|
|
|
|
<superscript>
|
|
|
|
<superscript>
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
<xsl:apply-templates/>
|
|
|
@ -697,7 +685,7 @@
|
|
|
|
<row>
|
|
|
|
<row>
|
|
|
|
<xsl:for-each select="entry">
|
|
|
|
<xsl:for-each select="entry">
|
|
|
|
<entry>
|
|
|
|
<entry>
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
<xsl:apply-templates select="."/>
|
|
|
|
</entry>
|
|
|
|
</entry>
|
|
|
|
</xsl:for-each>
|
|
|
|
</xsl:for-each>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -708,7 +696,7 @@
|
|
|
|
<row>
|
|
|
|
<row>
|
|
|
|
<xsl:for-each select="entry">
|
|
|
|
<xsl:for-each select="entry">
|
|
|
|
<entry>
|
|
|
|
<entry>
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
<xsl:apply-templates select="."/>
|
|
|
|
</entry>
|
|
|
|
</entry>
|
|
|
|
</xsl:for-each>
|
|
|
|
</xsl:for-each>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -738,7 +726,7 @@
|
|
|
|
<xsl:template match="programlisting">
|
|
|
|
<xsl:template match="programlisting">
|
|
|
|
<programlisting language="c">
|
|
|
|
<programlisting language="c">
|
|
|
|
<xsl:for-each select="codeline[position() > 1 or highlight]">
|
|
|
|
<xsl:for-each select="codeline[position() > 1 or highlight]">
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
<xsl:apply-templates select="."/>
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
</xsl:for-each>
|
|
|
|
</xsl:for-each>
|
|
|
|
</programlisting>
|
|
|
|
</programlisting>
|
|
|
|