Hi, There must be simple way to do that. I've got an XML (the dataProvider of a tree) that can contains any kind of nodes.
I'd like to display only a "type" of node in my tree, let's say I've got an XML composed of "car" and "plane" nodes and I want to show only the cars in my tree. Also, if my node has a content like: <car><![CDATA[My Car]]></car> It shows the content of the car node as a leaf in the tree, I'd like to hide that content as well. This XML is binded to others views so I wouldn't like to use another dataProvider built from this XML. I would need to "hide" them without remove them from the XML. Any hint? Thanks Romu

