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

Reply via email to