[Home] [By Thread] [By Date] [Recent Entries]
Intead of using:
>> <xsl:template match="b">
>> </xsl:template>
you can use it like this then:
<xsl:template match="b">
<b>
<xsl:apply-templates>
</b>
</xsl:template>
Cheers,
Filipe
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



