Jena bug fixed

Jos de Roo said that Jena outputs:

 <rdf:RDF
  xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
  xmlns:RDFNsId0='http://www.w3.org/2000/10/swap/log#' >
  <rdf:Description rdf:about='#RDFAnonId1'>
    <RDFNsId0:is>
            &lt;rdf:Description rdf:about=&quot;foo:sensor#thermostat&quot;&gt;
                &lt;math:greaterThan&gt;30&lt;/math:greaterThan&gt;
            &lt;/rdf:Description&gt;
        </RDFNsId0:is>
    <RDFNsId0:implies>
            &lt;rdf:Description rdf:about=&quot;foo:control#furnace&quot;&gt;
                &lt;control:setTo&gt;1&lt;/control:setTo&gt;
            &lt;/rdf:Description&gt;
        </RDFNsId0:implies>
  </rdf:Description>
</rdf:RDF>

The flattening of the XML Literal is bug.  It is fixed 1-0-6 which should
migrate through the firewall overnight.

Brian

Received on Wednesday, 23 May 2001 11:18:48 UTC