What characters do I need to escape in XML documents?
If you use an appropriate class or library, they will do the escaping for you. Many XML issues are caused by string concatenation. XML escape characters There are only five: ” " ‘ ' < < > > & & Escaping characters depends on where the special character is used. The examples can be validated … Read more