tags:

views:

43

answers:

1

i want search data from xml through xsl i create xsl stylesheet and show it with jquery and now i want when the people input the keyword or select combobox macth with value of xml the xsl will show the true value example One Two

and when people input One or select on combobox One and click button Find The XSL will show result is One

A: 

Your question isn't entirely clear to me, but maybe you could use XPath? jQuery has XPath selector support. This article may help:

jQuery Tip: Using XPath Selectors

Ben Poole
i was solve this problem with param :D
Kency