I have a HTML form that will pass a value via URL such as this:
FILTER=ID=01|ID=76|ID=45?....
Basically, what I would like to do is use this information in my XML doc Viewable Here
As you can see, I want to only display matches for the ID specified. The problem is that the ID number may vary in number.
How can I filter values dynamically?
FILTER=ID=01|ID=76|ID=45?....
Basically, what I would like to do is use this information in my XML doc Viewable Here
As you can see, I want to only display matches for the ID specified. The problem is that the ID number may vary in number.
How can I filter values dynamically?