Re: Issues with ISimpleDOMNode->get_innerHTML
"none <"@lists.mozilla.org, "thbrunet\""@>.mozilla.org (none)
| Newsgroups | gmane.comp.mozilla.accessibility |
|---|---|
| Message-ID | <[email protected]> |
> I managed to resolve my issue by digging deeper into the DOM, and > finding a node named "HTML", instead of "#document". Thanks! Just a warning - at least in Javascript, grabbing innerHTML from there will miss the doctype information and any attributes on the html node. For the doctype information, you may need to go back to that #document node and QI for a ISimpleDOMDocument.