This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]