Subject: String manipulation question
From: "Terris" <terris@xxxxxxxxxx>
Date: Wed, 28 Jun 2000 19:48:58 -0700
|
Can I do these simple string operations using XSLT
functions -- in other words, without resorting to extension
functions?
1. Convert iso8601 dates to Java string format
2000-10-05T12:03:32 => 2000-10-05 12:03:32
seems pretty simple... just get rid of the T.
2. Replace all occurences of one character
with another.
Thanks,
Terris
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|