Hi. See https://bugs.webkit.org/show_bug.cgi?id=29461 .

setContent() much be what you want , not setHtml().

On Wed, Apr 21, 2010 at 6:30 PM, Keith Rusler <[email protected]> wrote:
> I'm planning on using QtWebKit for my chat client for displaying messages
> and to allow users to theme the view with XSL-T, CSS, Javascript. I added
> the <?xml version ....?> and the HTML DOCTYPE in the constructor and passed
> it to setHtml(). The issue is when I do
> _view->page()->mainFrame()->toHtml(). I just see all the html and not the
> xml and doctype of the page. Is this normal and is it still there? How can I
> access these elements. Because I need to be able to change it on the fly.
> Keith
> _______________________________________________
> webkit-qt mailing list
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>
>



-- 
--Antonio Gomes
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to