how to unescape XML in java

Posted by Bas Hendriks on Stack Overflow See other posts from Stack Overflow or by Bas Hendriks
Published on 2010-05-14T12:08:46Z Indexed on 2010/05/14 12:14 UTC
Read the original article Hit count: 401

Filed under:
|
|

Hi,

I need to unescape a xml string containing escaped XML tags:

<
>
&
etc...

I did find some libs that can perform this task, but i'd rather use a single method that can perform this task.

Can someone help?

cheers, Bas Hendriks

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml