RE: why dosen't it read the xml info?

Subject: RE: why dosen't it read the xml info?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 5 Jun 2000 13:06:31 +0100
> I wrote the following code and i would like to use varaiables etc. 
> so i've changed the xmlns:xsl how ever now it doesn't read 
> the value-of select.
> <!--xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/xslt"-->
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
>
Try
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">

Mike K


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread