xsl-list
[Top] [All Lists]

RE: [xsl] How to sort by elements of a function output?

2009-04-24 12:37:50
 


If you want to avoid calling the function twice on each row, 

I'm afraid that calling a function to compute a sort key and then calling it
again to display the value is often unavoidable. Fixing this is on the
future enhancements list. Meanwhile, perhaps I ought to optimize it away...

Michael Kay
http://www.saxonica.com/


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