This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Autogenerated XSL and the html namespace


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]