Re: HTML Parser for Epiphany
Pierre-Yves Luyten <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.epiphany |
|---|---|
| Message-ID | <67720f50211c9a478df8ef4bdfec8abb@localhost> |
On Tue, 13 Nov 2012 12:23:56 -0500, Brian Bartholomew wrote: >We're working on an extension for Epiphany, and we need to be able to >parse HTML from websites. We're wondering if there's a parser out there >that is recommended for use with Epiphany and/or its extensions. We looked >at GNOME XML Parser at http://www.xmlsoft.org/ [1], but we would like any >input if you have some. >Thank you, >Brian Hi, maybe some webkit native features? i might be wrong but webkit should have stuff like below allowing you to go through the website html webkit_dom_dom_selection_get_range_at webkit_dom_element_has_attribute webkit_dom_node_get_parent_element ... Regards Pierre-Yves