Re: log:outputString ordering challenge

On Thu, 2006-07-06 at 12:02 -0400, Ralph R. Swick wrote:
> Scenario: use log:outputString to display some properties of the
> members of an rdf:Seq container, in order.
> 
> Challenge: Yosi came up with the four statements in the rule below
> that successfully produce a sort key from the rdf:_n properties.
> Is there a shorter way?

I don't expect so; that looks reasonably straightforward to me.

You could skip the conversion to integer and back by just
padding with leading 0's, but it's pretty much the same difference.

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Thursday, 6 July 2006 16:16:47 UTC