These flags are used to control the behavior of EscapeXML.
#define ATL_ESC_FLAG_NONE 
#define ATL_ESC_FLAG_ATTR
Remarks
| Flag | Description | 
|---|---|
| ATL_ESC_FLAG_NONE | Default behavior. Quote marks and apostrophes are not converted. | 
| ATL_ESC_FLAG_ATTR | Quote marks and apostrophes are converted to " and ' respectively. | 
Requirements
Header: atlenc.h