Re: String manipulation question

Subject: Re: String manipulation question
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 28 Jun 2000 22:21:39 -0600 (MDT)
> 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.  

Replace all instances of T with a space? Sure.

> 2. Replace all occurences of one character
>     with another.  

See the Functions section of the XPath spec, which is mentioned about a
million times in the XSLT spec.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread