views:

73

answers:

1

Hi,

I have a stored procedure in sql server that returns xml. The problem I'm facing is that the returned result which is of type ISingleResult contains the string for the xml returned by the stored procedure and in this string all the ' " ' are replaced by '\'.

So I can't parse the xml.

Why is this happening?

A: 

False Alarm guys.

The \ was and escape character. It shows up in tehe debugger but not when I do a Write Line.

These threads helped

http://stackoverflow.com/questions/285579/c-string-replace-double-quotes-and-literals