Re: rdfParser from string seems to skip some triples...
Axel Hecht <[email protected]> Mon, 30 May 2005 09:24:34 +0200
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
vaab wrote: > 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 Normal isn't exactly the right term, bugzilla is your friend. https://bugzilla.mozilla.org/show_bug.cgi?id=124475 Axel