Is there an escape character for a double quote in xml? I want to write a tag like:
but if I put \"
In C++ you can use EscapeXML ATL API. This is the correct way of handling special chars ...