Guest_imported
New member
- Jan 1, 1970
- 0
i want to make a online-search in several XML-files.
the user selects in his browser from several select-boxes and enters a search-string
into an inputbox. the according nodes should then be displayed in the browser.
my problem:
how do i use the variables that i get from the select- + and inputbox in XSL?
do i need more than these tools to realize my project:
-JavaCript (with the XML DOM)
-XSL
-MSXML (its only used by a limited number of people, they all have installed MSXML yet)
i had several problems with MSXML till now, so id like to do all
this serversided with a parser like SAXON. how do i control SAXON on the server?
which tools do i need? most likely Java-Servlets - are they hard to program ?
(im not familiar with JAVA)
thanks in advance
the user selects in his browser from several select-boxes and enters a search-string
into an inputbox. the according nodes should then be displayed in the browser.
my problem:
how do i use the variables that i get from the select- + and inputbox in XSL?
do i need more than these tools to realize my project:
-JavaCript (with the XML DOM)
-XSL
-MSXML (its only used by a limited number of people, they all have installed MSXML yet)
i had several problems with MSXML till now, so id like to do all
this serversided with a parser like SAXON. how do i control SAXON on the server?
which tools do i need? most likely Java-Servlets - are they hard to program ?
(im not familiar with JAVA)
thanks in advance