[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] MSXML


Subject: RE: [xsl] MSXML
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Fri, 19 Oct 2001 07:11:52 +0100

Rabi,
http://www.bayes.co.uk/xml/index.xml?/xml/utils/instalmsxml.xml

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of RABi
> Sent: 19 October 2001 03:25
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] MSXML
> 
> 
> I have some problem when I try to run my XML + XSL in my IE 5.5.
> 
> When I am using 
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform", my xsl 
> elements are all ignored and the XSL is shown like an HTML 
> directly on the screen (i.e., no looping, no import..etc)
> 
> When I am using xmlns:xsl="http://www.w3.org/TR/WD-xsl", it prompts an
> error: "Keyword xsl:include may not be used here. ". My XSL 
> code looks like
> this:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl">
> <xsl:include href="LEFT-MENU.xsl" />
> <xsl:template match="/">
>  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
> .....
> 
> 
> The same error happens no matter where I put my "include" in 
> the XSL file.
> 
> Is there anything wrong with my MSXML? I have installed MSXML 
> 4 (OCT) and nothing seems to be changed. How do I check the 
> version number of the MSXML I am currently running?
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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



Current Thread
  • [xsl] MSXML
    • RABi - Fri, 19 Oct 2001 10:25:12 +0800
      • Chris Bayes - Fri, 19 Oct 2001 07:11:52 +0100 <=
      • David Carlisle - Fri, 19 Oct 2001 08:58:31 +0100
        • RABi - Fri, 19 Oct 2001 16:25:56 +0800
Keywords