I need to create a product selector application and i wanted to see if anyone had a recommendation on how to approach this.
I have a series of checkboxes that will be used to narrow down the recommended product based on a formula. Actually there is more than one formula and the checkboxes are broken up into sections. It seems like I need to parse the XML, then apply filters based on some of the initial checkboxes which is not a problem so far, but then I need to be able to apply more filters to resulting the XML data. Any pointers would be helpful, thanks.

