[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] sorting like in order by clause


Subject: [xsl] sorting like in order by clause
From: "Markus Gamperl" <markus.gamperl@xxxxxx>
Date: Mon, 05 Mar 2007 16:42:08 +0100

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


Current Thread