Olivier Danes wrote:
> no the server does not include a content-type header field into its HTTP 
>  response.

OK.  So this is getting content-sniffed.  That's fine.

> But I try to compare the node name (get with the GetNodeName() method) 
> the comparison fails with name.Equals(NS_LITERAL_STRING("META")) but is 
> succesfull with a strcmp(NS_ConvertUTF16toUTF8(name).get(), "META")...

Oh, interesting....  Sounds like a string API problem of some sort?  That 
comparison failing would explain why the getElementsByTagName thing fails too.

-Boris

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to