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]

String manipulation question


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

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