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]

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


Hi!
thanks, I've tried it but it didn't work.
Yonit

-----Original Message-----
From: Kay Michael [mailto:Michael.Kay@icl.com]
Sent: Monday, June 05, 2000 2:07 PM
To: 'xsl-list@mulberrytech.com'
Subject: RE: why dosen't it read the xml info? 


> 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


 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]