Re: How to make a like in XSL and use the containes command

Subject: Re: How to make a like in XSL and use the containes command
From: Peter Boot <pboot@xxxxxxxxxxxxx>
Date: Mon, 24 Apr 2000 23:19:17 +0200
The stylesheets you're quoting look similar to me... (The
version attribute seems to be missing on the stylesheet
declaration). 

> - <xsl:for-each select="EZOS_STAFF/MEMBER[contains(FNAME,'Lau')]"
> ORDERED="FNAME">

You use an 'ordered' attribute that looks unfamiliar to me.
Isn't that a MS extension? I use <xsl:sort select="....."/>
to sort.

See: http://www.w3.org/TR/xslt#element-sort

Peter


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread