xsl-list
[Top] [All Lists]

Re: [xsl] Group Techniques by xslt

2009-12-04 04:48:27
2009/12/4 Joga Singh Rawat <jrawat(_at_)aptaracorp(_dot_)com>:

<xsl:element name="sc"><xsl:value-of select="$level"/></xsl:element>
==>I will return different result (<sc>1</sc>) but we need <sc1>...</sc1>.


I think you need <xsl:element name="sc{$level}"><xsl:value-of
select="$level"/></xsl:element>

Regards,

Michael
www.xml-solutions.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--