filtering infopath drop down using XSLT

P

pods

I have a drop down that I populate from a secondary data source. I want to
filter this list based on a value in a text box, using a "Search" button.
Unfortunately, I am limited to using XSLT to filter this list. Any ideas on
how to do that?

I am basically struggling with the XSLT.

Thanks,
R
 
P

pods

OK, let me refine my question. My XML looks like this:

<my:search_facilitator_group>
<my:user_lastname_filter>1</my:user_lastname_filter>
<my:facilitator_lastname_search></my:facilitator_lastname_search>
<my:user_firstname_filter>Equals</my:user_firstname_filter>
<my:facilitator_firstname_search></my:facilitator_firstname_search>
<my:user_country_filter>1</my:user_country_filter>
<my:facilitator_country_search></my:facilitator_country_search>
<my:facilitator_name_add></my:facilitator_name_add>
</my:search_facilitator_group>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top