A
andrew
I have a weird scenario where I'm trying to use a schema that was loaded into
an XmlDocument.
When I try to use that document later (myXDOC.OuterXml)... my text contains
back slash values in front of every quotation mark and I can't seem to get
rid of them.
myXDOC.OuterXml.Replace("\\","") doesn't work.
myXDOC.OuterXml.Replace(@"\","") doesn't work.
myXDOC.OuterXml.Replace("\"c,""c) won't compile.
an XmlDocument.
When I try to use that document later (myXDOC.OuterXml)... my text contains
back slash values in front of every quotation mark and I can't seem to get
rid of them.
myXDOC.OuterXml.Replace("\\","") doesn't work.
myXDOC.OuterXml.Replace(@"\","") doesn't work.
myXDOC.OuterXml.Replace("\"c,""c) won't compile.