Internet Explorer XML parsing error in Windows Vista

T

tuma

I have a XML file with following content.

<?xml version="1.0"?>
<devices version="1.0">
<device id="S60_3rd" name="com.nokia.s60" default="no" userdeletable="no">
<epocroot>C:\Symbian\9.1\S60_3rd\</epocroot>
</device>
<device id="S60_3rd_FP1" name="com.nokia.s60" default="yes"
userdeletable="no">
<epocroot>C:\Symbian\9.2\S60_3rd_FP1\</epocroot>
</device>
<device id="S60_3rd_FP2_SDK_v1.1" name="com.nokia.s60" default="no"
userdeletable="yes">
<epocroot>C:\S60\devices\S60_3rd_FP2_SDK_v1.1</epocroot>
<toolsroot>C:\S60\devices\S60_3rd_FP2_SDK_v1.1</toolsroot>
</device>
</devices>

If I open this file in IE in Windows Vista, it is not showing all the nodes.
Only the last device node appears.

Anybody know why this behavior?
 
T

tuma

Additional Info:
This XML file is created by Symbian SDK installer. I have installed Symbian
Series 60 v3 sdk, Series 60 v3 FP1 sdk and Series 60 v3 FP2 sdk.

The location of this file is <Program Files>\Common Files\Symbian\devices.xml.

If I open this file with IE, the issue appears.

If I copy this file into desktop and then open it from there in IE, then
works fine.
 
D

David Wilkinson

tuma said:
Additional Info:
This XML file is created by Symbian SDK installer. I have installed Symbian
Series 60 v3 sdk, Series 60 v3 FP1 sdk and Series 60 v3 FP2 sdk.

The location of this file is <Program Files>\Common Files\Symbian\devices.xml.

If I open this file with IE, the issue appears.

If I copy this file into desktop and then open it from there in IE, then
works fine.

tuma:

Wrong group. You need an Internet Explorer or Vista group.
 
B

Ben Voigt [C++ MVP]

tuma said:
Additional Info:
This XML file is created by Symbian SDK installer. I have installed
Symbian Series 60 v3 sdk, Series 60 v3 FP1 sdk and Series 60 v3 FP2
sdk.

The location of this file is <Program Files>\Common
Files\Symbian\devices.xml.

If I open this file with IE, the issue appears.

If I copy this file into desktop and then open it from there in IE,
then works fine.

Are there any XSLT templates in the directory where it "doesn't work"? XSLT
will control the display.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top