I have this XML :
<computers>
<computer sid="1353323295303">
<description>TEST</description>
<match.country result="match" value="FR EU">
<match.country result="match" value="EU"></match.country>
</match.country>
</computer>
</computers>
How can I select all tags starting with “match.”
Thank you
You can use
filtermethod:http://jsfiddle.net/UmUkj/