[Home] [By Thread] [By Date] [Recent Entries]
Ralof wrote:
>
> What I need is just:
>
> <xsl:template match="//*">
> <div class="{NameOfElement}"> <xsl:apply-templates /></div>
> </xsl:template>
>
try
<div class="{name(.)}"> <xsl:apply-templates /></div>
Francis.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



