Hi,
I would like to dump dom structure(not html source, but dom tree) into a
local file.
After investigation, I found it's not easy. I come up with the following
process,
a. begin with Document object
b. find all child nodes under it
c. dump child node according to its type

however, this process has two main problems
1. text node seems not to be represented as child nodes
2. dump child node according to its type(eg. WebKitDOMHTMLLIElement) is
still hard in that I need to every attrs and props in that type.

Any help is appreciated.

BR
-- 
*Wangsheng Mei*
**
*


*
_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk

Reply via email to