RE: How to use xinclude in Internet Explorer 5.0?

Microsoft does not have an XInclude implementation at this time.  XInclude
did not even exist as a draft at the time IE 5.0 shipped about 18 months ago
:-).

- Jonathan Marsh

> -----Original Message-----
> From: AndrewO@centreinvest.com [mailto:AndrewO@centreinvest.com]
> Sent: Wednesday, November 08, 2000 6:55 AM
> To: 'www-xml-xinclude-comments@w3.org'
> Subject: How to use xinclude in Internet Explorer 5.0?
> 
> 
>     When I'm trying to use xinclude, data from included 
> xml-files does not
> appear in browser window. What is my problem?
>  
> source.xml
> <?xml version='1.0'?>
> <document xmlns:xinclude="http://www.w3.org/1999/XML/xinclude">
>   <p>120 Mz is adequate for an average home user.</p>
>   <xinclude:include href="disclaimer.xml"/>
> </document>
>  
> disclaimer.xml
> <?xml version='1.0'?>
> <disclaimer>
>   <p>The opinions represented herein represent those of the individual
>   and should not be interpreted as official policy endorsed by this
>   organization.</p>
> </disclaimer>
> 
> I get result:
> <?xml version="1.0" ?> 
> <document xmlns:xinclude="http://www.w3.org/1999/XML/xinclude">
> <p>120 Mz is adequate for an average home user.</p> 
> <xinclude:include href="disclaimer.xml" /> 
> </document>
> 
>  
> With best wishes, Andrew Ovcharov
> [AndrewO@centreinvest.com]
>  
> 

Received on Wednesday, 8 November 2000 13:37:24 UTC