This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


The M$ extension is the "order-by" attribute.

Paulo

-----Original Message-----
From: owner-xsl-list@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Peter Boot
Sent: Monday, April 24, 2000 11:19 PM
To: xsl-list@mulberrytech.com
Subject: Re: How to make a like in XSL and use the containes command



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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]