Re: Error reading special character '{' hexadecimal value 0x7B in xml

From: Shan Plourde (------_at_---.net)
Date: 07/24/04


Date: Sat, 24 Jul 2004 14:13:32 GMT

Try surrounding your data with the XML CDATA tag:
<DSNNAME><![CDATA[, ($»<{Š`Ê®A]]'Ï[[></DSNNAME>

Shan Plourde

Pushpendra wrote:

>I am storing the encrypted password in xml file which I have saved in unicode format. While I try to read the xml file and create a dataset from it, it shows me the following error
>
>System.Xml.XmlException: The '{' character, hexadecimal value 0x7B, cannot begin with a name.
>The xml tag that I want to read is below:
>
><DSNNAME>, ($»<{Š`Ê®A]]'Ï</DSNNAME>
>
>I will be very much thakful If someone writes about the solution for this problem.
>
>Regards,
>Pushpendra
>
>
>
>
>
>
>
>