Re: [xsl] Style questions (2 questions)

Subject: Re: [xsl] Style questions (2 questions)
From: iwantto keepanon <iwanttokeepanon@xxxxxxxx>
Date: Fri, 26 Aug 2005 18:52:24 +0400 (MSD)
"David Carlisle" <davidc@xxxxxxxxx> writes:

> <xsl:key name="t" match="post" use="for $i in (1 to count(tokenize(@tag,' +'))) return
>   string-join(tokenize(@tag,' +')[position()<=$i],' ')"/>

Ok, that's worth switching for!  Thanks for the cool xslt2.0 key tutorial.

Current Thread