Special Characters in XML Strings

There are some special characters which often occur in XML strings.Those characters should be replaced with other group of characters in order to become a valid XML string.I always forget some of them so it’s high time to put them down.

Entity Displays As Character Value
& & amp; & #38;#38;
< & lt; & #38;#60;
> & gt; & #62;
& #39; & #39;
& quot; & #34;

2 Responses to this post.

  1. Posted by Sohel on 2007/11/26 at 8:26 am

    to search a words with special characters like
    * and ? in a textbox from listview.

    Reply

  2. Posted by Idetrorce on 2007/12/15 at 12:06 pm

    very interesting, but I don’t agree with you
    Idetrorce

    Reply

Respond to this post