Greetings, I'm trying to duplicate some text formatting code in Java, and need to find an XSL equivalent to the following two methods:
org.apache.commons.lang.WordUtils.wrap() org.apache.commons.lang.StringUtils.split() I've been "Googling" for about 2 days and have found some routines but either they rely on special XSL processors or they assume that there already exists CR in the text which are replaced with <br>. I would rather not have to re-invent the wheel here. I have to believe that there are libraries out there that do this kind of stuff. robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]