Hi,
Please help me in rsolving this error, the code workd fine with Mozilla, Safari but when i try the same with IE its giving an error as follows , please help me for the same.
GENERIC: Javascript error: "Access is denied.
Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'.
". c:transform
<c:transform select="$source" stylesheet="$stylesheet" destination="id('MIB')" mode="appendChild" />
I appriciate your help.
Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'.
". c:transform
<c:transform select="$source" stylesheet="$stylesheet" destination="id('MIB')" mode="appendChild" />
I appriciate your help.

Browser Issue
23 July, 2008 - 11:04 — andysHi Prasad,
Did you try to access the application via file system or localhost?
Would you like to send us also the $source and the stylesheet?
Thank you
Andys
Thanks For The Reply Andys
23 July, 2008 - 11:10 — SandyI tried to access using localhost , it works fine with the mozilla and safari, but its not working with the IE6.0, I can send you all the files but its depended on so many files.
XML File Loading
23 July, 2008 - 11:19 — SandyHi Andys
I have two XMl files the contents of one file will be downloaded when we load the page, when we click on the refresh button provided in the same page, the only the contents differing from second XML should be updated without reloading the page. Please help me for the same, I have been trying this from many days.
confusing post
23 July, 2008 - 12:03 — andysHi Prasad,
I am a little bit confused with the problem you have just posted. Is it the same as the previous post you have? As I understand, the first problem is about the transform access denied problem in the IE. But the second problem you have just posted is about two xml files that will be downloaded and load only the difference one.
I thought it is not the same problem, right? If it is indeed different problem, it is better to create new post for it. :)
Thank you
Andys
Thank you Andys
23 July, 2008 - 12:06 — SandySorry Andys, that is my second question, anyway please give me a solution to the first one,
Transfor access denied
23 July, 2008 - 12:07 — andysHi Prasad,
I have just made a simplified testcase about the c:transform
And it just works fine in my environment
Test :
Backbase version 4.2.1
FF2, IE7, IE6
localhost
It might have problem with the XSLT that you have.
Andys
Thank You Andys
23 July, 2008 - 12:30 — SandyThank you Andys.