posted 15 years ago
I have an HTML form. This form has the fields Title,Artist,Company,Country,Company,Price,Year and a search button.
User needs to enter the search fields and hit the submit button. A Javascript function will be invoked. This function will load the XML file and the XSL file as well. Then it transforms the XML data into HTML. The search needs to be done against the XML file and display the data in HTML.
Basically we need to convert the XML data into HTML data.
Everything should happen at the client side.
I think this can be achieved by Ajax, however it needs a web server like Apache Web Server.
I would like it get this done on the client side.
Let me know, if it is possible.
Thanks
Solomon