On Wed, Sep 3, 2008 at 11:33 AM, Garrett Smith <[EMAIL PROTECTED]>wrote:
> This example:
>
> >> assertTrue( StringEscapeUtils.isHtmlEscaped("<b>text</b>")
> );
> >
> - is flawed.
>
> The flaw is searching for unescaped entities, not searching for no
> unescaped entities.
> ...
You make some good points.
But the real flaw is that we are all talking without knowing what the goal
really is.
> So, I think that Tim is probably getting at the problem better by
> asking: "What is the end goal?".
Exactly!
> And the OP has been silent.
The OP should be an inspiration to us all.