On Tue, Jul 30, 2002 at 11:05:31AM +0100, Anthony Geoghegan wrote:
> Anyone know a low overhead class or method for converting text strings to
> html escape coded strings (and back again) for java Servlet implementation?
> 
> i.e. & --> &

Alex Chafee's PurpleTech classes have something that do
that. http://www.purpletech.com/ You get the source as well, so you
can slim the class down even more if you need to.

Cheers,

Simon

-- 
A debugged program is one for which you have not yet found the conditions
that make it fail.
                -- Jerry Ogdin

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

Reply via email to