xsl-list
[Top] [All Lists]

Re: please help with date formatting

2002-12-05 16:59:26
Yes, it runs and this is pre-built by microsoft. This is extremely
confusing.



----- Original Message -----
From: "David Carlisle" <davidc(_at_)nag(_dot_)co(_dot_)uk>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, December 05, 2002 3:05 PM
Subject: Re: [xsl] please help with date formatting





<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



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



<Prev in Thread] Current Thread [Next in Thread>