xsl-list
[Top] [All Lists]

RE: [xsl] Need help with sorting.

2007-03-27 08:41:43
Take a close look at your XML: there is no @lastUpdate. Only 
a lastUpdate.

'doh! I'm an idiot. ;o)

To get sorts right, I often employ a very simple and handy 
trick: use xsl:copy-of with the exact statement as in the 
xsl:sort, on the same location (just under the sort) in the 
XSLT. That way, it is easy enough to see that you select nothingness.

Good tip. Thanks, Abel!

-Darrel

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>