Ran into a problem yesterday with SAX (MSXML3). My input had an accented letter-o (ò) and caused SAX to throw a fatal error.
I was able to fix it by using the ISO-8859-1 encoding in both my XML and DTD. Make sure your header looks something like:
[tt]<?xml version="1.0" encoding="ISO-8859-1" ?>[/tt]
Chip H.
I was able to fix it by using the ISO-8859-1 encoding in both my XML and DTD. Make sure your header looks something like:
[tt]<?xml version="1.0" encoding="ISO-8859-1" ?>[/tt]
Chip H.