How do you call XercesDOMParser::parse?
The parameter should be const XXX *,
not const XXX *&.
Regards,
Wentao
----- Original Message -----
From: "Nawal Kishore Gupta" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, September 19, 2007 4:35 AM
Subject: WCHAR to XmlCh
Dear All,
What is the best way to covert WCHAR to XMLCh in Linux /Unix build.
I am getting the following error:
error: no matching function for call to
`xercesc_2_7::XercesDOMParser::parse(const WCHAR*&)'
but same thing works fine in Windows unicode and non unicode build.
Regards,
Nawal