It's hard for us to tell unless you post the contents of
the file, assuming it is smallish. Does it have an xml declaration? For example,
I have had this error from trying to pass off an ISO 8859 file as
UTF-8.
Tony Dodd
Oxford University Research Technology Group
From: Nathan Smith [mailto:[EMAIL PROTECTED]
Sent: 18 June 2004 16:47
To: XML4C List ([EMAIL PROTECTED])
Subject: Sax Fatal ErrorHi,I'm using xml4c in my mfc app and I'm getting a SAX fatal error when trying to read an xml file I created. It says the type of the error is: UTFDataFormatException. Invalid byte 1 of 1 byte character.What does this mean?I can open other files that I've created with no problem, but this one doesn't parse for some reason.Any ideas?Thanks.
