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: Multiple Sorting


> which has a valid XSL file to translate the data into HTML ordered by
> <lastname> using
>
> <xsl:for-each select="addressbook/contact" order-by="+lastname">
>

Most of us on this list would say that's not a valid XSL file. It uses
syntax available only in Microsoft's obsolete WD-xsl dialect. Use XSLT
instead, and use <xsl:sort>.

Mike Kay
Software AG


 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]