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]

XSL Namespaces - confused


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


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