You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by prashanth shivakumar <pr...@gmail.com> on 2006/11/30 13:33:45 UTC

Escaping charaters in HTML

Hello All,
Is there any way wherein i can send HTML content inside SOAP body.
Iam trying to set content using addTextNode method but all HTML characters
doesnt seem to be formed correctly  when i output.

Ex:
&lt;legend&gt;
should be instead
<legend>

Thanks
Prashanth