I'm successfully parsing an xml document with the header <?xml version="1.0" encoding="ISO-8859-1"?>
with xerces-c 2_3_0 and writing into a file. All my umlaut characters are output as "?", no exceptions are thrown, however. I also tried the SAX2Printer in the sample section, same thing. Is there a way to do this?
Thanks,
Paul
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Please forget my previous message. It works perfectly fine. The xml document itself had all umlaute changed to ? for some reason (maybe cvs?).
Paul
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
