Subject: Re: Re: NMTOKENS enumeration?
From: "Martijn" <rootroot@xxxxxxxxx>
Date: Sat, 19 Jan 2002 18:15:37 -0800
|
thanks!
----- Original Message -----
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, January 18, 2002 22:02
Subject: Re: 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>
>
> Yes:
>
> http://sources.redhat.com/ml/xsl-list/2001-11/msg00901.html
>
> Cheers,
> Dimitre Novatchev.
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|