In other news, Dojo.data prefers arrays over objects. e.g. it likes to
consume the children of a node as a list of objects rather than
properties of the parent object. A sample (cp=childproperty):
items: [ { cp1: A, cp2: B }, { cp1: B, cp2: C } ]
Maybe thats because otherwise ordering was not guaranteed?
--
peter