Re: [xsl] Convert ISO8601 Date with XSLT

Subject: Re: [xsl] Convert ISO8601 Date with XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 7 Feb 2002 09:55:06 GMT
> 						<xsl:value-of
> select="concat($date,'&lt;br&gt;',$time)"
> disable-output-escaping="yes"/>

that's non portable, use

<xsl:value-of select="$date"/>
<br/>
<xsl:value-of select="$time"/>


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