On 21 nov, 17:42, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
> philippe wrote:
> > I want to get the original code of the page (like this one, not with
> > the script executed).
>
> You can't get it after the page has loaded, in general.
>
> You can get the bytes (not the characters) by implementing an nsIParserFilter
> and making sure it's set up on the parser, but doing that to actual web page
> loads could be difficult.
>
> -Boris

Thank's for your rsponse.
But there is a lot of questions reagding the parsing process.

How to get the parser
How to set the filter on the parser

As you says,  it could be hard and I'm not sure to have enough
knowledge about gecko to do that.

Is there samples to do that

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

Reply via email to