ExtraNameChars Property
Extra characters for the parser to consider as name characters.
Syntax
char* GetExtraNameChars();
int SetExtraNameChars(char* lpszExtraNameChars);
Default Value
""
Remarks
Normally, the parser considers only the following characters as part of an XML identifier: 'A' through 'Z', 'a' through 'z', '0' through '9', and '.', '-', '_', ':'.
If you would like any other characters to be considered as name characters, you may set them as a string into this property.
This property is not available at design time.
Data Type
String