qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] sort and   ?


From: Per Bothner
Subject: Re: [Qexo-general] sort and   ?
Date: Fri, 12 Sep 2003 19:41:38 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030827

shn wrote:
It looks like sort isn't a part of this implementation. Did I miss a release that it might be in? I'm using Java 1.2.2 and kawa-1.7beta1.jar

Sort is not longer part of the XQuery specification, so it won't be
implemented.  Instead, they added an 'order by' clause to 'for'.
That isn't implemented either, and won't be implemented in Kawa 1.7.1,
but it's high priority after that.

Also, I had to use <font color="white">.</font> to force a table to show the cell border when an item was missing. I'd rather use &nbsp; but that seems to give xql fits. Anything I can do to escape this?

You can use the unescaped-data function:
<...> { unescaped-data("&nbsp;") } </...>
--
        --Per Bothner
address@hidden   http://per.bothner.com/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]