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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSLT with JavaScript and HTML

Status
Not open for further replies.

JontyMC

Programmer
Joined
Nov 26, 2001
Messages
1,276
Location
GB
Hi,

I have an XML file with the following structure:

<bookcase>
<shelf>
<book>
<title />
<author />
</book>
......
</shelf>
......
</bookcase>

I also have an XSLT transformation which gives the bookcase and shelf number of any book given the title. I have created an HTML page that displays the location of a specific book, but how would I go about creating a page that displays the location of a book entered in a text box on an HTML (ie, how do I get a JavaScript variable into the XSLT)?

Thanks,

Jon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top