XML DOM Manipuation
Posted
by kunalsawlani
on Stack Overflow
See other posts from Stack Overflow
or by kunalsawlani
Published on 2010-05-18T17:36:41Z
Indexed on
2010/05/18
17:40 UTC
Read the original article
Hit count: 263
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
© Stack Overflow or respective owner