Re: [xsl] please help with date formatting

Subject: Re: [xsl] please help with date formatting
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 5 Dec 2002 23:05:27 GMT


<xsl:stylesheet
xmlns:xsl="uri:xsl"


that isn't the uri for xslt or even the old microsoft version of xslt in
ie5. Does the stylesheet run at all? No conforming XSLT engine will
recognise it as a stylesheet.

<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

you have to have theversion attribute and you have to have that
namespace if you are using xslt.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread