I would like to filter XSL output based on a Radio button selection
- by Phil Speth
Here is my example I am trying to filter by year based on user selection:
I assume some js or jQuery code would be needed:
XML file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<catalog>
<cd>
<title>Empire Burlesque3</title>
<artist>Bob Dylan</artist>
<country>USA</country>
…