encoding and saxparser 2003-01-16 - By Joseph Shraibman
neilg@(protected) wrote: > Hi Joseph, > > In order to be of help, we'll need to know exactly what behaviour you're > observing, how you're observing it, and why it's at variance with what you > expect.
My xml has this in it: <?xml version="1.0" encoding="ISO-8859-1"?> <data> <firstname>D�cio</firstname> </data>
Using a DOMParser on the file I get D�cio out, but using a SAXParser I get D?cio
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|