OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [xml-dev] XML/XSL & IE & WIN32 Beginner Question





> -----Original Message-----
> From: Stout, Joel R [mailto:Stout.Joel@emeryworld.com]
> Sent: Monday, October 22, 2001 5:25 PM
> To: 'Wayne Steele'; xml-dev@lists.xml.org
> Subject: RE: [xml-dev] XML/XSL & IE & WIN32 Beginner Question
> 

> 
> Others were able to see documents with IE using this intranet 
> link but since
> I've changed from:
> 
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> to
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 

Microsoft has performed some fairly complex voodoo to work within the
various constraints that they find themselves with XSLT (having embraced and
extended an early version that turned out to be incompatible with the final
Recommendation). Also, as we saw in a recent thread, IE5 and IE 6 *use* an
XML processor, but the processor itself is not *part* of IE, offering
additional sources of complexity.  Plus, there are different ways of
installing the various updates to the XML processor that affect IE's
behavior. 

I'd suggest the unofficial FAQ at
http://www.netcrucible.com/xslt/msxml-faq.htm, which I have found invaluable
in sorting this all out.