Escape double quote character in XML
Try this:
"
Here are the common characters which need to be escaped in XML, starting with double quotes:
- double quotes (
"
) are escaped to"
- ampersand (
&
) is escaped to&
- single quotes (
'
) are escaped to'
- less than (
<
) is escaped to<
- greater than (
>
) is escaped to>