[XOM-interest] problems with "ä"
Elliotte Harold
elharo at metalab.unc.edu
Mon Oct 22 20:48:25 EDT 2007
Luca Passani wrote:
> Elliotte Harold wrote:
>>
>> The exception is being thrown deep in Xerces, so I expect the document
>> is indeed malformed. If it's XOM code that's creating the document,
>> there could be a bug there. Do you have that code for someone to look at?
>>
>
> here is the malformed document.
> <?xml version="1.0" encoding="UTF-8"?>
> <wurfl>
> <contributor name="Ville Skyttä" email="ville.skytta at steam.fi"/>
> </wurfl>
>
If you're just parsing from a file, chances are the file is malformed.
otherwise it's a Xerces bug. Can you check the file with another parser
such as libxml?
--
Elliotte Rusty Harold elharo at metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
More information about the XOM-interest
mailing list