When invoking the Xerces DOM-Parser with parser->parse(xmlFile) I get this error message: I do not know what´s wrong there, my xml file is valid against the DTD...
Fatal Error at file "/home/DOMParse/example.xml", line 1, column 39 Message: An exception occurred! Type:UTFDataFormatException, Message:invalid byte 2 (r) of a 6-byte sequence.
Errors occurred, no output available
----
header of my XML file: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ConstraintTypes SYSTEM "constraint_template.dtd">
header of my DTD: <?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT ...
TIA, Andi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]