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 |
- MSXML
- RABi - Thu, 18 Oct 2001 22:33:31 -0400 (EDT) <=
- Chris Bayes - Fri, 19 Oct 2001 02:23:50 -0400 (EDT)
- David Carlisle - Fri, 19 Oct 2001 04:09:16 -0400 (EDT)
- RABi - Fri, 19 Oct 2001 04:34:19 -0400 (EDT)
|
|