Re: problem parsing utf-8 encoded xml - minidom

2008-07-04 Thread ashmir . d
On Jul 4, 2:36 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > The parser is failing on this line: > > > Heinrich Kèufner, Norbert Nedopil, Heinz Schèoch (Hrsg.). > mrcb245-c> > > If it is literally this line, it's no surprise: there must not be a line > break between the slash and the closing

Re: problem parsing utf-8 encoded xml - minidom

2008-07-03 Thread Martin v. Löwis
> The parser is failing on this line: > > Heinrich Kèufner, Norbert Nedopil, Heinz Schèoch (Hrsg.). mrcb245-c> If it is literally this line, it's no surprise: there must not be a line break between the slash and the closing element name. However, since you are getting the error in a different co