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: Luca Passani <passani AT eunet.no>
  • To: elharo AT metalab.unc.edu
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] problems with "ä"
  • Date: Mon, 22 Oct 2007 14:41:18 +0200

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>

and here is the code:

Builder parser = new Builder();
Document doc = parser.build(filename);

should be enough to reproduce the problem. (BTW, this is XOM 1.0. Not sure if this makes a difference)....

Thanks

Luca






Archive powered by MHonArc 2.6.24.

Top of Page