Jesse, Jesse Pelton <[EMAIL PROTECTED]> writes:
> parseURI() needs an XMLCh, which is UTF-16. As I understand it, > string::c_str() returns 8-bit characters. parseURI is overloaded for both XMLCh and char. Karuna, I suggest that you add the error handler to your code (as shown in the examples) and see what diagnostics you get. Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
