Thanks, I dont believe that can work.
If the data is
<xml>
<cb title="hello">
<noshow notitle="dontshowanything"/>
<cb title="there"/>
</cb>
</xml>
and I set the datasource=data.cb
then the tree appears with hello and all of the following tags.
if I set the datasource =data..cb
then I get an XMLlist of all of the tags I need , but the first of which
expands revealing the no show tag
if I set the datasource=data.cb.(nodeName!="noShow")..the first of which
expands revealing the no show tag
Anyways I am looking into creating a filter function, but I think a better
way is to extned a renderer...but I dont know yet....
Thanks
Hosey