Re: Sorting tree with full rule syntax

Neil Deakin <[email protected]> Sun, 12 Jun 2005 17:45:45 -0400
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Mike P wrote:
> Here it is. (I kinda thought the answer woud be something like 'its a known
> problem...':)
> 
> <tree id="my-tree1" flex="1" rows="10" flags="dont-build-content"
>   datasources="test007.rdf"
>   ref="http://www.electricbook.net/folders/inbox" >
> 
>   <treecols>
>     <treecol id="sName" label="Name" primary="true" flex="1"
>       class="sortDirectionIndicator" sortDirection="ascending"
>       sort="rdf:http://www.electricbook.net/rdf#subj" />
>   </treecols>
> 

The sort variable would be ?subj here.

/ Neil