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

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