RE: How do browsers (IE4.01) trap XML streams coming from server & associate them with XSL ?

Subject: RE: How do browsers (IE4.01) trap XML streams coming from server & associate them with XSL ?
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Tue, 4 Aug 1998 09:26:25 -0700
-----Original Message-----
From: Amit Rekhi [mailto:amitr@xxxxxxxxxxxxx]
Subject: How do browsers (IE4.01) trap XML streams coming from server &
associate them with XSL ?

>            Is IE 4.01 capable of trapping XML streams and processing them
>using XSL as they come from the server? (just as it traps and processes
HTML
>streams from the server).

The MSXSL Technology Preview only accepts URLs.  Your ASP response page will
probably have to write the reponse out into a file in order to pass it to
MSXSL.

>            1) Does IE 4.01 trap and process the XML data stream as it
>arrives from the  server?
>               (The way it traps and processes HTML)
>               If so how?If not, how to make it do it?

IE 4 does not accept XML as a MIME type.  Instead you must have an HTML
wrapper page which instantiates the MSXML parser and give it the URL for the
XML data.  There are several examples of this on
http://www.microsoft.com/xml.

>            2) How to associate the incoming XML data stream (not a .XML
>file) from the server with an XSL stylesheet (using MSXSL processor) in
>IE4.01?

The current MSXSL processor must be invoked from an HTML page as well -
examples of this are at http://www.microsoft.com/xml/xsl.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread