Thanks for the responses. I put the script in an external file (as suggested) to resolve my XSLT problem (it was interpreting the '<' as part of an XML tag, causing it to think the document was not well formed).
My page still does not load properly (acts like it isn't executing my function)...
I have an XSLT doc that is used to transform an XML doc through a transform call from an ASP page, with the output being written to client with Response.Write. The Javascript has a function with a loop in it (using "<"); so I have to wrap that script block inside a CDATA to make XSLT happy.
At...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.