<xsl:template match="bold">
<emphasis role="bold">
- <xsl:value-of select="."/>
+ <xsl:apply-templates/>
</emphasis>
</xsl:template>
<xsl:template match="emphasis">
<emphasis role="italic">
- <xsl:value-of select="."/>
+ <xsl:apply-templates/>
</emphasis>
</xsl:template>
+ <xsl:template match="small">
+ <xsl:apply-templates/>
+ </xsl:template>
+
<xsl:template match="computeroutput">
<computeroutput>
- <xsl:value-of select="."/>
+ <xsl:apply-templates/>
</computeroutput>
</xsl:template>
</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:value-of select="."/>
+ <xsl:apply-templates/>
</superscript>
</xsl:template>
<xsl:template match="subscript">
<subscript>
- <xsl:value-of select="."/>
+ <xsl:apply-templates/>
</subscript>
</xsl:template>
<xsl:template match="image">
<mediaobject>
<imageobject>
- <imagedata>
+ <imagedata align="center">
<xsl:attribute name="fileref">
<xsl:text>images/</xsl:text>
<xsl:value-of select="@name"/>