arunkumar Posted December 6, 2011 Share Posted December 6, 2011 I am getting below error in production application which happens sporadically. The application is using XSLT to render screen. The xml page cannot be displayed cannot view xml input using xsl style sheet. please correct the error and then click the Refresh button, or try again later. Access is denied. Error processing resource 'http://www.w3.org/TR/html4/loose.dtd' The error goes away after closing the IE and reaccess the application or clearing cookies\temp files from IE. But the problem persist rendomly with different users. I am not able predict any root cause for this problem. This error doesn't happen in my development environment or i am not able to recreate this error in dev env. Also i am not sure what is the actual reason every time it is trying to hit "'http://www.w3.org/TR/html4/loose.dtd' " while rendering the screen. Link to comment Share on other sites More sharing options...
Martin Honnen Posted December 6, 2011 Share Posted December 6, 2011 Which version of IE does the problem occur with? Does it happen with other browsers too?And consider to tell us more details about the application and how it uses XSLT, such as whether you feed XML with an xml-stylesheet processing instruction to the browser to have it do the XSLT transformation on the client or whether you do XSLT server-side. Link to comment Share on other sites More sharing options...
arunkumar Posted December 6, 2011 Author Share Posted December 6, 2011 Problem happens in IE 8. Earlier we were using IE 7 and upto my knowledge it never happened in IE 7.We are using the DOM parser and XML -> XSLT transistion in client side. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.