Writes text inside an XML element.
int WriteString(char* lpszText);
This method will XML escape the value provided and write the resulting escaped text between the opening and closing tags of an XML element.