At first thank you Kirix for this great library!
I was trying to get document.documentElement.innerHTML as a wxString, but had no success.
- Code: Select all
wxDOMElement elem = m_browser->GetDOMDocument().GetDocumentElement()
wxMessageBox(elem.GetNodeName()); // shows "HTML" which is the name of document.documentElement
I tried using GetAttribute(), GetAttributeNode(), ect.
Could someone please tell me how to access the innerHTML object?
Thank you in advance,