using innerHTML to display xsl-transformed XML?
Posted: Mon Jun 29, 2009 4:27 pm
Hello,
I'm wondering if there is a limitation to the innerHTML function that will not let me plug XSL-transformed XML into it.
I'm retrieving XML data from a Web site, using PHP to insert a stylesheet reference, and then returning the whole of it to the original Javascript call (xmlhttp.open()). I'd like to display the formatted XSL within a div/ container... is this possible? Is there an alternative?
Thanks
I'm wondering if there is a limitation to the innerHTML function that will not let me plug XSL-transformed XML into it.
I'm retrieving XML data from a Web site, using PHP to insert a stylesheet reference, and then returning the whole of it to the original Javascript call (xmlhttp.open()). I'd like to display the formatted XSL within a div/ container... is this possible? Is there an alternative?
Thanks