TonyMarston
Programmer
This error only appears with IE.
I have a demo application on my website at in which all HTML is built using XSL transformations. The page contains 2 links:
for server-side transformations
for client-side transformations
The first page is a login page which should be run via a secure server, so it issues a redirect to
If the logon credentials are correct the logon page redirects to but as this does not require a secure server it is immediately redirected to Unfortunately when trying to display this menu page all I see is the following error:
----------
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then
click the Refresh button, or try again later.
Access is denied. Error processing resource
'----------
The URL being show is and not
logon.php.
If I tell my application not to use a secure server then it can move from logon.php to menu.php without any problems.
This error only occurs with IE and not FireFox, so it is an IE problem.
Does anyone have any clues?
--
Tony Marston
I have a demo application on my website at in which all HTML is built using XSL transformations. The page contains 2 links:
for server-side transformations
for client-side transformations
The first page is a login page which should be run via a secure server, so it issues a redirect to
If the logon credentials are correct the logon page redirects to but as this does not require a secure server it is immediately redirected to Unfortunately when trying to display this menu page all I see is the following error:
----------
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then
click the Refresh button, or try again later.
Access is denied. Error processing resource
'----------
The URL being show is and not
logon.php.
If I tell my application not to use a secure server then it can move from logon.php to menu.php without any problems.
This error only occurs with IE and not FireFox, so it is an IE problem.
Does anyone have any clues?
--
Tony Marston