summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b658810)
Attributes of unrecognized tags were being lost
during xml to html translation.
</xsl:template>
<xsl:template match="*">
</xsl:template>
<xsl:template match="*">
- <span class="unknown-tag" x-node="{name()}">
+ <span class="unknown-tag">
+ <xsl:call-template name="standard-attributes" />
<xsl:apply-templates select="child::node()">
<xsl:with-param name="mixed" select="true()" />
</xsl:apply-templates>
<xsl:apply-templates select="child::node()">
<xsl:with-param name="mixed" select="true()" />
</xsl:apply-templates>