[Home] [By Thread] [By Date] [Recent Entries]
Lalit.Chanchlani@xxxxxxxxxxxxxxxxxx wrote:
Hi All,What version of XSLT are you using? In XSLT 2, this is: <xsl:for-each select="tokenize($your_input, ',')" >
<Description value="{.}" />
</xsl:for-each>In XSLT 1, use a recursive template call with substring-before and substring-after to "walk" through the string. The output should be:your output is not valid XML and as such is not (easily) possible with XSLT. I assume you meant something else? Cheers, -- Abel Braaksma http://www.nuntia.nl
|

Cart



