Mannion, Enda wrote:
Sorry for my lack of xerces knowledge but how do I transcode to UTF-8?
You create a UTF-8 transcoder. There are previous emails in the archives that describe the process. There is a global instance of XMLTransService that is available in XMLPlatformUtils that you can use for creating the transcoder:
http://xml.apache.org/xerces-c/apiDocs/classXMLPlatformUtils.html#z941_1 Here is the documentation for XMLTransService: http://xml.apache.org/xerces-c/apiDocs/classXMLTransService.html Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
