Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Defines query???

Status
Not open for further replies.

Biege

Programmer
Nov 14, 2006
1
US
I am new to xml and I am having difficulty finding information o how to creat a "Client/User" defines query using xpath or xslt for the internet. I can query on my own:
<xsl:for-each select="//CD[TITLE ='Rain']">
...
</xsl:for-each>

the problem is that this is in a seprate file (.xsl) and I am not sure how to query from an html file (for example, a <select>). Basically, the functionallity I need is that when the page loads, the user is presented with a Dropdown list with names - loaded from xml, and when the user selects one, that persons info appears onthe screen (on the same page). Thank you very much for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top