function appendToString(s){st+=s;}
var out = {
write:function(s, count) { appendToString(s); return count;},
flush:function(){},
close:function(){}
};DataSource.Serialize(out);
Where DataSource is an instance of nsIRDFDataSource and out is simulating an outputStream.
With the mozilla1.5a with SVG build, mozilla crashes;
Could anybody help me? Thanks.
