G
Guest
Hi All,
A piece of XML is stored in sql server; retrieved; different UI fields are
filled with appropriate data by fetching data from xml which is stored in sql.
Usually the UI fields after modification are processed; stored in
xmldocument variable; eventually stored in db.
Now one of the UI fields has double quote in the text that it contains.
Now my question is in our development environment , the above mentioned
attribute is replaced with " in the xml document saved to db. But in another
environment it is saved as " itself which is causing problems. When the users
try to open the record next time it throws xml exception.
What is the problem? xml parser? or .net or something else?
recently we switched from 1.1 to 2.0.
Please throw some light on this issue.
Thanks.
A piece of XML is stored in sql server; retrieved; different UI fields are
filled with appropriate data by fetching data from xml which is stored in sql.
Usually the UI fields after modification are processed; stored in
xmldocument variable; eventually stored in db.
Now one of the UI fields has double quote in the text that it contains.
Now my question is in our development environment , the above mentioned
attribute is replaced with " in the xml document saved to db. But in another
environment it is saved as " itself which is causing problems. When the users
try to open the record next time it throws xml exception.
What is the problem? xml parser? or .net or something else?
recently we switched from 1.1 to 2.0.
Please throw some light on this issue.
Thanks.