Form Post from Firefox

Playing around, I received a Java NullPointerException from the 
following document:

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/">
   <item rdf:about="urn:item">
     <prop rdf:resource="urn:resprop">
       <data>somedata</data>
     </prop>
   </item>
</rdf:RDF>

Received on Monday, 16 October 2006 01:20:05 UTC