xsl-list
[Top] [All Lists]

RE: Date

2002-12-01 23:03:09
Try:

<xsl:value-of
select="substring(Row[(_at_)id='0']/Col[(_at_)name='MfgDate'][(_at_)value],1,2 
)"
<xsl:value-of
select="substring(Row[(_at_)id='0']/Col[(_at_)name='MfgDate'][(_at_)value],3,2 
)"
<xsl:value-of
select="substring(Row[(_at_)id='0']/Col[(_at_)name='MfgDate'][(_at_)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



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