Use previous Atmel Studio VSIX identifier so that it can upgrade existing installations.
[pub/lufa.git] / LUFA / StudioIntegration / HV1 / lufa_docbook_transform.xslt
index 82ad935..c21debe 100644 (file)
 
        <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>&#174;</xsl:text>
-       </xsl:template>
-
-       <xsl:template match="copy">
-               <xsl:text>&#169;</xsl:text>
-       </xsl:template>
-
-       <xsl:template match="trademark">
-               <xsl:text>&#8482;</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"/>