Copy paste this into notepad:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Edited with XML Spy v4.2 -->
<note>
	<to>Tove</to>
	<from>Jani</from>
	<heading>Reminder</heading>
	<body>Don't forget me this weekend!</body>
</note>
Save it as an XML file.
Drag it into IE.

You'll notice how it's all nice and formatted.

Now, change the extension of the .xml file to, say, .jdfx
Drag it into IE.
It shows up as text.

How can I get it to show up like an XML file would?

Notes:
This shows up fine in FF.
This SEEMS to be a limitation of IE.