Name
[T] format-sgmltag — Undocumented
Synopsis
<xsl:template name="format-sgmltag">
<xsl:param name="class">
<xsl:choose>
<xsl:when test="@class">
<xsl:value-of select="@class" />
</xsl:when>
<xsl:otherwise>element</xsl:otherwise>
</xsl:choose>
</xsl:param></xsl:template>