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