xsl-list
[Top] [All Lists]

[xsl] sorting like in order by clause

2007-03-05 08:42:33
Hi.

How can I do an order by as in the following example select with xsl:sort?

example select:
select ename, job, deptno, sal from emp order by deptno, job;

This doesn't work:
<xsl:sort select="deptno | job" order="ascending"/>

Any idea?

Thanks
Markus
-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: www.gmx.net/de/go/mailfooter/topmail-out

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