Subject: Re: NMTOKENS enumeration?
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Sat, 19 Jan 2002 18:16:08 -0000
|
in addition to the other answers
goto www.exslt.org and look at the tokenize function under string module
good luck, jim fuller
----- Original Message -----
From: "Martijn" <rootroot@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, January 19, 2002 4:34 AM
Subject: NMTOKENS enumeration?
> Is it possible to enumerate a tokenized string as an array as such:
>
> <a value="a c b d" />
>
> <xsl:for-each select="a">
> <xsl:for-each select="@value">
> </xsl:for-each>
> </xsl:for-each>
>
> ????
>
> thanks!
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|