[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Date


Subject: RE: [xsl] Date
From: "Stevenson Ngila" <Stevenson@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Dec 2002 09:03:09 +0300

Try:

<xsl:value-of
select="substring(Row[@id='0']/Col[@name='MfgDate'][@value],1,2 )"
<xsl:value-of
select="substring(Row[@id='0']/Col[@name='MfgDate'][@value],3,2 )"
<xsl:value-of
select="substring(Row[@id='0']/Col[@name='MfgDate'][@value],5,4 )"

Am not very sure about the path, but the general idea is to use the
substring function.





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



Current Thread