JavaScript Error ( Browser Issue)

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.

Browser Issue

Hi 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

I 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

Hi 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

Hi 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

Sorry Andys, that is my second question, anyway please give me a solution to the first one,

Transfor access denied

Hi 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

Thank you Andys.