<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Lucida Sans">
<p><span style="color:#007000">&gt;&gt; Just a little question: can wine's current implementation of mshtml.dll be </span></p>
<p><span style="color:#007000">&gt;&gt; used as html parser? I need to convert html code into a tree without </span></p>
<p><span style="color:#007000">&gt;&gt; displaying it.</span></p>
<p></p>
<p><span style="color:#008000">&gt;You might want to use tidy and an XML pareser :</span></p>
<p><span style="color:#008000">&gt;http://www-128.ibm.com/developerworks/library/x-tiptidy.shtml</span></p>
<p></p>
<p>This way looks too complicated in the following case:</p>
<p></p>
<p>I switched off from winhelp in favor of chmhelp - winhelp works somehow, but chmhelp not.</p>
<p>chm content is an simple HTML file, which can be parsered by hands (like xCHM utility does), but if there is a library like mshtml (or msxml) why not use it? The only problem is I am afraid wine's mshtml has E_NOTIMPL in piece of codes looks interesting to me. (I do not understand the architcture of mshtml.dll to be sure). To stop wandering I decided to write a question here.</p>
<p></p>
<p>So the question: can the wine's mshtml (as it is now) be used? I looked for smth like CreateHTMLDocument2(...) but failed.</p>
<p></p>
<p>-- Kirill K. Smirnov</p>
<p></p>
</body></html>