Hi, On Wed, Dec 10, 2008 at 8:58 AM, far4ever <[EMAIL PROTECTED]> wrote: > i want the retrieved node to be ordered according property date( the > calendar object) rather that giving it in the order that it is added.. > do any of you have any idea on how to get an ordered list of these nodes..
You can either explicitly order the nodes if the node type of the parent supports orderable child nodes, or use the "order by" clause in a query. BR, Jukka Zitting
