[
Lists Home |
Date Index |
Thread Index
]
Rick Marshall wrote:
> apologies if this is well covered in a thread, but a couple of hours of
> googling didn't give me the answer.... so hopefully someone here knows
> off the top of their head.
>
> i'm not big on microsoft technologies, so i don't have a windows desktop
> in house, but i have to deliver to a lot of windows users. not normally
> a problem, most things work.
>
> but i can't seem to get explorer to directly interpret an xml/xsl
> combination like mozilla does.
>
> ie http://www.cadetshoes.com.au/menu_test.xml
>
> makes some menu buttons in mozilla, but an xml dom tree in explorer
>
> is this a config issue with explorer, or do i have to write javascript?
>
IE only recognizes text/xsl in the stylesheet PI:
<?xml-stylesheet type="text/xsl" href="menu_test.xsl"?>
Moz recognizes both text/xml and text/xsl.
Cheers,
Tom P
- References:
- ms config
- From: Rick Marshall <rjm@zenucom.com>
|