[xsl] MSXML

Subject: [xsl] MSXML
From: "RABi" <rabi@xxxxxxxxxxxxxxx>
Date: Fri, 19 Oct 2001 10:25:12 +0800
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


Current Thread