Re: Encode HTML in Java and decode in other API

2010-08-02 Thread Shravan Kumar. M
Group Sent: Mon, August 2, 2010 10:39:46 AM Subject: Re: Encode HTML in Java and decode in other API No reason why not. I have commons-lang as a standard jar in my own "Foundation" framework and use it in every project I do. It has a lot of useful utilities. It is included in *so

Re: Encode HTML in Java and decode in other API

2010-08-02 Thread Kieran Kelleher
e information Denis. That helps, I was wondering should I use > commons-lang!!! > > Cheers, > Shravan Kumar. M > > From: Denis Frolov > To: Shravan Kumar. M > Cc: WO Dev Group > Sent: Thu, July 29, 2010 10:31:26 PM > Subject: Re: Encode H

Re: Encode HTML in Java and decode in other API

2010-07-30 Thread Shravan Kumar. M
HTML in Java and decode in other API Hi, Wonder has ERXStringUtilities.escapeNonXMLChars(String str). On Fri, Jul 30, 2010 at 7:45 AM, Shravan Kumar. M wrote: > Hi Group, > > Do we have any API in WO / PWO that can Encode HTML entities like: & < > > and so on somet

Re: Encode HTML in Java and decode in other API

2010-07-29 Thread Denis Frolov
Hi, Wonder has ERXStringUtilities.escapeNonXMLChars(String str). On Fri, Jul 30, 2010 at 7:45 AM, Shravan Kumar. M wrote: > Hi Group, > > Do we have any API in WO / PWO that can Encode HTML entities like: & < > > and so on something like: common-lang > StringEscapeUtils#escapeHtml(...) method.

Encode HTML in Java and decode in other API

2010-07-29 Thread Shravan Kumar. M
Hi Group, Do we have any API in WO / PWO that can Encode HTML entities like: & < > and so on something like: common-lang StringEscapeUtils#escapeHtml(...) method. The encoded content would need to be decoded by other API like browser or PDF and so on. I hope the encoding is does in standard wa