Hi Kirill,
Kirill K. Smirnov wrote:
Hi, all!
Just a little question: can wine's current implementation of mshtml.dll be
used as html parser? I need to convert html code into a tree without
displaying it.
I tried to look through the code, but I'm not familiar with OLE. BTW some
E_NOIMPL confu
>> Just a little question: can wine's current implementation of mshtml.dll be
>> used as html parser? I need to convert html code into a tree without
>> displaying it.
>You might want to use tidy and an XML pareser :
>http://www-128.ibm.com/developerworks/library/x-tiptidy.shtml
This way looks
Le jeudi 07 décembre 2006 à 22:52 +0300, Kirill K. Smirnov a écrit :
> Hi, all!
>
> Just a little question: can wine's current implementation of mshtml.dll be
> used as html parser? I need to convert html code into a tree without
> displaying it.
You might want to use tidy and an XML pareser :
Hi, all!
Just a little question: can wine's current implementation of mshtml.dll be
used as html parser? I need to convert html code into a tree without
displaying it.
I tried to look through the code, but I'm not familiar with OLE. BTW some
E_NOIMPL confused me.
Thanks in advance