xsl-list
[Top] [All Lists]

RE: String formatting

2005-02-02 16:09:06
If the format is completely predictable,

concat(substring(.,1,20), substring(.,24))

- I may have counted wrong.

If less predictable, use the replace() function in 2.0 or some combination
of substring-after() and substring-before() in 1.0.

Alternatively, in 2.0, cast to an xs:dateTime, extract the components using
e.g. seconds-from-dateTime(), modify the seconds value, and reconstruct.

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: Bhaskar, Rajan [mailto:RBhaskar(_at_)cvs(_dot_)com] 
Sent: 02 February 2005 22:29
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] String formatting

sorry in this form
yyyy-MM-DDThh:mm:ss.SSS-HH:mm          but want to translate to 
yyyy-MM-DDThh:mm:ss-HH:mm       removing the SSS



-----Original Message-----
From: Bhaskar, Rajan [mailto:RBhaskar(_at_)cvs(_dot_)com]
Sent: Wednesday, February 02, 2005 5:26 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] String formatting



Hi,
 I have a string in the form=20
yyyy-MM-DDThh:mm:ss.SSS-HH:mm  but want to translate to=20
yyyy-MM-DDThh:mm:ss-HH:mm  removing the SSS.

How can i do that.

thanks,
Rajan

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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