XML DOM Manipuation
- by kunalsawlani
Hi,
I am new to XML and have been trying some simple examples and they work fine.
I want to do something like the following, but I am not able to figure out how to go about doing this.
I have a HTML web page, where the user types in some data in an input field. I want to take that data, parse it to create an XML string, and the apply XSLT transformation to it, and display the result back on the page. All this needs to be done on the client browser, with JavaScript. If some one could point out the steps or the general procedure to go about doing this, it would be great. I have been looking over the net, but the information is so vast, that I have not been able to locate exactly what I need.
Thanks