Form Post from Firefox

The following RDF-XML document produces an exception while parsing:
java.lang.NullPointerException


<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:p="urn:example:p"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<rdf:Description rdf:about="report">

<rdf:Seq>
<rdf:li>
<rdf:Description rdf:about="title2" rdf:resource="reference">
<dc:title>title2</dc:title>
</rdf:Description>
</rdf:li>
</rdf:Seq>
</rdf:Description>
</rdf:RDF>


-- 
Melhores cumprimentos / Best regards

  José Paulo Leal
  zp@dcc.fc.up.pt
  http://www.dcc.fc.up.pt/~zp
  +351 220 402 973

Received on Tuesday, 13 January 2015 16:01:38 UTC