Now documented at: http://jakarta.apache.org/commons/jelly/libs/util/


On Wed, 12 Jan 2005 01:11:54 -0500, Randy Xu <[EMAIL PROTECTED]> wrote:
> A jelly annoyance that I think some Maven users might be interested in
> (I saw that the thread 'Newline as delimiter...' went unresolved).
> 
> Util:tokenize is essentially a wrapper around StringTokenizer so I
> thought setting delim="\n\t\..." would do the trick.  But no.
> Apparantly you have to use xml syntax: delim="&#xD;&#xA;&#x9;&#xa0;&#x20;"
> I'm sure there's a better place but I found a list of ones at
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devref/HTML/XMLR_XMLBasics_823.asp
> 
> Glad to be contributing finally,
> -Randy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to