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
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
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
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.
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