You could write a small native JS method that substitutes "&" and for
"&amp;", and "<" for "&lt;".  Typically that is all that you would
need to make the char data XML compliant.

Rob


On Sat, Nov 15, 2008 at 6:11 AM, Manish Kumar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using HTMLEditor to enter some text.When I get the entered text using
> getValuesAString() , this returns text including
>
> HTML tags(<br/>) and HTML character (&nbsp;) which causes problem
> while being parsed in the xml including these text.
>
> Can anybody let us know how to avoid this except using CDATA.
>
> Regards
>
> Manish
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to