On 01/10/11 21:48, Andy Seaborne wrote:
On 30/09/11 17:08, Alexandru Todor wrote:
Hi,
Seems to be a Virtuoso issue with the RDF/XML serializer. Both the Greek
and German endpoints seem to have the garbled data in the XML files and
this issue only arises when choosing RDF/XML as output. Thanks for the
tip, I'll report the issue to the Virtuoso devs.
Could you also report that
1/ asking for N-triples does not return N-triples. It returns something
Turtle-ish.
2/ The SPARQL XML results has the same encoding problem as RDF/XML.
These have somewhat slowed down the bug hunting.
There's still the problem with QueryExecutionFactory.sparqlService
returning no results.
Yes - I found it (in turning queries into strings). I need to do some
careful testing to make sure the fix does not break something elsewhere
that incorrectly depends on the effect.
Andy
Fix committed to Apache SVN.
Andy