rdfParser from string seems to skip some triples...

vaab <[email protected]> Tue, 24 May 2005 11:31:36 +0200
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
I'm using the rdf parser with these js lines :

--- js code

rdfParser = 
Components.classes["@mozilla.org/rdf/xml-parser;1"].createInstance(Components.interfaces.nsIRDFXMLParser);
rdfParser.parseString(parent.ds, baseUri, request.responseText);

--- end js code


But I have in the request.responseText this sort of declarations...

<rdf:Description rdf:about="http://www.musicalta.com/person/74">
    <ns1:anon56><![CDATA[]]></ns1:anon56>
</rdf:Description>

And these are skipped by parser. Is this normal ?

Valentin