]> granicus.if.org Git - docbook-dsssl/commitdiff
Support 'tag' as a synonym for 'sgmltag'
authorNorman Walsh <ndw@nwalsh.com>
Thu, 29 Jan 2004 13:16:27 +0000 (13:16 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 29 Jan 2004 13:16:27 +0000 (13:16 +0000)
xsl/html/inline.xsl

index 18a2b2fcefc913b30937292657081a2f905a7952..248512436b7dccbee3c2d40b8f8ffb060f165539 100644 (file)
   </xsl:choose>
 </xsl:template>
 
-<xsl:template match="sgmltag">
+<xsl:template match="sgmltag|tag">
   <xsl:call-template name="format.sgmltag"/>
 </xsl:template>