parsing HTML
Josef Frydl <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Hi, I want to extract URLs from the result of google search query. Curently I do it directly from the response, using DCG. However it is unnecessary complicated. Converting it to DOM is not better. Is there any way to transfer the HTML to plain text, that is to make it look like what we see in browser? Thanks Josef Frydl