Hi ian ,
I thought about the filter class but ..
With your example, the “mode” filter worked but the table displays only the first “item”.
In this example :
<config> <mode>1</mode> <ext> <item date="January 2009"> <unit>900</unit> <current>1</current> <interactive>1</interactive> </item> <item date="Fab 2009"> <unit>300</unit> <current>1</current> <interactive>1</interactive> </item> </ext> </config>
Only the “item date = January 2009” is displayed (it seems to be normal because we don’t loop with the “item” node ).
Regards,