Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

07:53:01 ^Jenny^: good morning
07:53:07 ^Jenny^: anyone can help me with XML error: "Unknown" at line 819 (parsing as UTF-8) in ARC2_RDFXMLParser ?
07:53:21 ^Jenny^: line 817 to 821 is:
07:53:53 ^Jenny^: <Notiz rdf:ID="Notiz_36">
07:53:54 ^Jenny^: <crm:has_PrimitiveString rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
07:54:06 ^Jenny^: >von Conway 1910 beschrieben als auf der Brenner-Route, &amp;quot;vielleicht Innsbruck&amp;quot;, entstanden; von Tietzes 1928 der &amp;quot;geringen Zeichnung und Kolorierung&amp;quot; wegen ausgeschieden</crm:has_PrimitiveString>
07:54:12 ^Jenny^: </Notiz>
07:57:38 bengee: when it says "XML error", then it's not an RDF thing, at least
07:58:22 bengee: XML error messages are coming from PHP's XML parser
07:59:44 ^Jenny^: ok
07:59:49 ^Jenny^: where might the error be?
08:00:05 bengee: I'd remove the section that causes the error and then incrementally add the text until you can locate the cause
08:01:00 ^Jenny^: ok
08:01:14 bengee: could be some odd whitespace char
08:01:38 ^Jenny^: a utf8-checker should find this, am I right?
08:01:39 bengee: I'd be surprised if it's the &amp;, but who knows
08:01:56 bengee: probably, yes
08:25:48 ^Jenny^: hm, the error repeats lateron :/
08:42:38 ^Jenny^: got it :D
08:43:01 ^Jenny^: a whitespace on the end of the document was not utf-8... right where noone was looking at
08:43:05 ^Jenny^: -on+at
08:43:17 ^Jenny^: thx4help :)
08:43:33 bengee: glad you spotted it :)