| Author |
Help needed to find the jar
|
Anuradha Karunamuni
Ranch Hand
Joined: Dec 08, 2007
Posts: 64
|
|
Hi, I'm trying to escape some characters which are not allowed in XML, contained in a String using the following method. String s = StringEscapeUtils.escapeXml("String to be escaped"); For this I need to import org.apache.commons.lang.StringEscapeUtils. But I could not find a jar containing the above. Can somebody help me to locate a suitable jar with the required class. Or else if there is anyother way of obtaining the output, please let me know. Thanks in advance.
|
"Simplicity is the ultimate sophistication..." ~Leonardo da Vinci~
SCJP 1.4
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
Start here.
|
 |
Anuradha Karunamuni
Ranch Hand
Joined: Dec 08, 2007
Posts: 64
|
|
|
Thanks...
|
 |
 |
|
|
subject: Help needed to find the jar
|
|
|