Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wide character in XML

Status
Not open for further replies.

rachelason

Programmer
Jun 28, 2004
114
GB
HI all,
I am trying to create an xml file with wide character string. But the xml file would not open
Error 'invalid character in line 1, 2nd character'.
How do i tell the xml that it needs to accept wide character string?
thanks
 
I use CFile to create the file and CString to write to the file. If i use CStringA to write to the file, the xml file works fine. I am still trying to learn c++ and xml , so help will be greatly appreciated.
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top