Basically I want to post XML (with Content-Type text/xml) to an URL and display the output directly in the browser. This has to be done in an iframe.
Is it possible ...
After reading through nearly 100 posts on this site trying to find someone that asked something similar to what I needed I gave up and decided to just ask myself. Forgive ...
I'm generating some simple XML via javascript, and then using doc.open, doc.write, and doc.close to write the xml into an iframe.
My problem is that in the iframe, it is not being ...
I would like to use JavaScript to do the following:
-Build an XML file
-display it in an iframe
-manipulate the content through DOM
I'm building an XML editor and am having trouble displaying the ...