This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: String manipulation question


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]