hi Boris,

Boris Zbarsky wrote:
> Or to call getElementsByTagName("meta"), or getElementsByTagNameNS 
> (depending on what sorts of documents you're looking at)...

I've first try this but the returned node list is empty ! and yes my doc 
contains a meta element ;-)

>>     nsCOMPtr<MetaFilter> filter = Which code may I put here ?;
> 
>  = new MetaFilter();

Can one use the new operator on a nsCOMPtr ? Since the destructor of 
MetaFilter is private I will not be able to release it ...

I've try with the new operator but CreateNodeIterator() returns 
NS_ERROR_NOT_IMPLEMENTED !

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

Reply via email to