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 |
- Date
- Vijaya Kumar Y - Mon, 2 Dec 2002 00:17:26 -0500 (EST)
- Stevenson Ngila - Mon, 2 Dec 2002 01:02:37 -0500 (EST) <=
|
|