Subject: XSL Namespaces - confused
From: "Ralof" <ralof@xxxxxxxxxxxx>
Date: Sat, 31 Mar 2001 21:15:47 +0200
|
Hi, I have some problem understanding this problem:
I made a XSL file like this:
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:template match="/">
<xsl:value-of/>
</xsl:template>
</xsl:stylesheet>
And I got NO output using it on my XML files (I tried to
make more serious XSL files also, but no output).
Then I changed the xmlns to:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
..and I got all output I needed.
Now, why? :)
XSL Processor
Vendor: Microsoft
Processor version: Original IE5 (or old version of other processor)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|