I'm using WebKit in a C# application to render a CSS-styled XML document, and I'd like to be able to add DOM elements. How do I get access to the DOM to do this? The problem seems to be that there is no property in the WebKitBrowser class that gives access to the private webView member. Is it possible? Do I need to modify the class to add this? Am I just Doing It Wrong?
|
|
(I cannot comment here for whatever reason, so this is an "answer"...) How do you use Webkit in your C# application at all? To my knowledge there is no C# wrapper for Webkit. So it may be helpful if you specify what software you're using at all. |
||
|
