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
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