I need to put double quotes in configuration property Property1
<Seection Name Propety1="" .../>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe the proper way to encode quotes in XML is via
"See this answer:
How do I escape double quotes in attributes in an XML String in T-SQL?
The same would go for any other ‘special’ characters you wish to include as data. Essentially, you should use the same encoding you would use in HTML attributes.