Re: RDF Mark doesn't influence Sweep and Sweep removes all, why?
[email protected] Sat, 02 May 2009 00:18:27 +0400
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Message-ID | <[email protected]> |
>
> No idea, can you create an xpcshell test for that?
>
> Axel
This is the sctipt:
http://zazhigin.ru/testMarkSweep.js
And this is the output of the script:
<?xml version="1.0"?>
<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:root">
<Chapters RDF:resource="urn:root:chapter1"/>
</RDF:Description>
</RDF:RDF>
It was Marked only here -> "urn:root:chapter1" and I was expecting that
it will be removed by Sweep. And also I was expecting that
"urn:root:chapter2" container will stay, because this doesn't Mark.
Alexander.