Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] problems with "ä"

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Luca Passani <passani AT eunet.no>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] problems with "ä"
  • Date: Mon, 22 Oct 2007 20:48:25 -0400

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/




Archive powered by MHonArc 2.6.24.

Top of Page