Hi,
I need to implement XERCES-C on a MFC project. I need to know the extent of
Unicode Support provided by XERECES. My question is, whenever I need to pass
a literal string (for eg: "my string") to one of the XRECES library methods,
can I pass a unicode string (eg _T("my string") or L"my string") instead?Also, wherever XERCES expects a parameter of type "const char*", is it OK to pass a "const _TCHAR*" or "LPCTSTR" instead? Any help will be highly appreciated. Thanks & Regards, Deba
