xsl-list
[Top] [All Lists]

Re: Style questions (2 questions)

2005-08-26 07:52:24
"David Carlisle" <davidc(_at_)nag(_dot_)co(_dot_)uk> 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.

--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>