<div class="gmail_quote">On Wed, Mar 18, 2009 at 11:37 AM, John Tapsell <span dir="ltr"><<a href="mailto:johnflux@gmail.com">johnflux@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">2009/3/16 Aleix Pol <<a href="mailto:aleixpol@kde.org">aleixpol@kde.org</a>>:<br>
</div><div class="im">> KAlgebra is already using it and seems to work pretty well. I copied it<br>
> right into the KAlgebra directory but well, of course I'd agree to use it<br>
> from KDE libs. I'm sure some hacking will be needed anyway.<br>
<br>
</div>Did you happen to note if it's using QDom internally?  It would be<br>
good to know if it could be trivially modified to expose, manipulate<br>
and even replace the dom tree.<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br>As you can see, the MmlDocument::setContent method is using QDomDocument. Actually the whole internal representation is constructed based on the QtDom framework, but I think it is not stored.<br>
<br>