In Java, is there any equivalence of ASP's Server.HTMLEncode method, which replaces a strings all special characters to their html counterparts (e.g "<" to "<")? btw, yes, I know I could do it myself, but... I don't wanna / Jesper
Heh, foiled by the old "double-escape" problem... Try this...
Alternatively, if you suck into an XML Document as a Text Element, I think it does the conversion for you... (just as a suggestion, it wouldn't be the correct thing to do, but it IS a short cut) Dave.
Don't get me started about those stupid light bulbs.