|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: DATE FORMAT
> i have this date in the XML file: > <MVLC_ISS_DATE>2003-08-22T00:00:00.0000000+02:00</MVLC_ISS_DATE> > How an i format it using XSLT to: > < MVLC_ISS_DATE>22-08-2003</MVLC_ISS_DATE> Use the substring-after() and substring-before() functions, <xsl:value-of select="substring-before(substring-after(substring-after(MVLC_ISS_DATE, '-'), '-'), 'T')"/> <xsl:text>-</xsl:text> <xsl:value-of select="substring-before(substring-after(MVLC_ISS_DATE, '-'), '-')"/> <xsl:text>-</xsl:text> <xsl:value-of select="substring-before(MVLC_ISS_DATE, '-')"/> cheers andrew XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








