[webkit-dev] Serialize DOM to file

2009-06-03 Thread Meryl Silverburgh
Hi, Is there any debug code/example code snippet to serialize the DOM to a fie? Thank you for any tip. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Serialize DOM to file

2009-06-03 Thread zaheer ahmad
hi you can get the root node of DOM and use XMLSerializer::serializeToString regards zaheer On Thu, Jun 4, 2009 at 11:11 AM, Meryl Silverburgh silverburgh.me...@gmail.com wrote: Hi, Is there any debug code/example code snippet to serialize the DOM to a fie? Thank you for any tip.