I have found a servicelet that generates an XML string (relatively long) which I pass through the javascript variable in the forwarding JSP file:
$ (document) .ready (function () {... var itXML = & lt;% out.print ((string) request.getAttribute ("xml")) ; It works fine in Firefox, but when I run the same project on IE8, I get a syntax error for this line. Any ideas?
Internet Explorer E4X Does not support, use instead of XML.
Comments
Post a Comment