|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Splitting string
In xsl2 this works fine.
<xsl:variable name="tokens" select="tokenize($fn,'/')" />
<output>
<xsl:for-each select="1 to count($tokens)">
<line>
<xsl:value-of
select="string-join(subsequence($tokens,1,.),'/')" />
</line>
</xsl:for-each>
</output>
-----Original Message-----
From: Rui Alberto L." Gongalves [mailto:rui-l-goncalves@xxxxxxxxxxxxx]
Sent: Monday, August 02, 2004 2:20 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Splitting string
Hi all,
I have a string like:
/this/is/a/test
and I need to create a template that will output:
/this
/this/is
/this/is/a
/this/is/a/test
I think this is not so simple as it looks at first glance.
Does anyone have an idea how to solve this problem?
Thanks for any help.
Rui
--
Rui Alberto L. Gongalves <rui-l-goncalves@xxxxxxxxxxxxx>
PT Inovagco
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








