0

If I have a Java class return escapeHTML format data. Then I want to unescape the information is a JSP script, is there such a way to do so?

only has escapeXml attributes.

vaultah
  • 44,105
  • 12
  • 114
  • 143
user495230
  • 11
  • 1
  • 3
  • Hi, do you mean unescaping HTML special characters? Can you elaborate on this, like show us what you've got and what you'd like to have? – Michael Mao Nov 03 '10 at 00:04

1 Answers1

2

What about the classes in commons lang. Like this for instance?

Boann
  • 48,794
  • 16
  • 117
  • 146
javamonkey79
  • 17,443
  • 36
  • 114
  • 172