* Problem with extract big protion of data with regexp
@ 2008-05-30 19:43 Marc Tfardy
2008-05-30 21:25 ` Lennart Borgman (gmail)
0 siblings, 1 reply; 2+ messages in thread
From: Marc Tfardy @ 2008-05-30 19:43 UTC (permalink / raw)
To: help-gnu-emacs
I try to extract a table from HTML source, but without success.
The table begins with:
<table id="result"
and ends with:
</table>
Between this both delimeters is located 5..50 kB data (with
newlines). How can I get the content of the table together with
delimeters?
Either don't works my solution, or I get "Stack overflow in regexp
matcher" error.
regards
Marc
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem with extract big protion of data with regexp
2008-05-30 19:43 Problem with extract big protion of data with regexp Marc Tfardy
@ 2008-05-30 21:25 ` Lennart Borgman (gmail)
0 siblings, 0 replies; 2+ messages in thread
From: Lennart Borgman (gmail) @ 2008-05-30 21:25 UTC (permalink / raw)
Cc: help-gnu-emacs
Marc Tfardy wrote:
> I try to extract a table from HTML source, but without success.
>
> The table begins with:
> <table id="result"
>
> and ends with:
> </table>
>
> Between this both delimeters is located 5..50 kB data (with
> newlines). How can I get the content of the table together with
> delimeters?
>
> Either don't works my solution, or I get "Stack overflow in regexp
> matcher" error.
Hi Marc, please tell us how you try to do this.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-30 21:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 19:43 Problem with extract big protion of data with regexp Marc Tfardy
2008-05-30 21:25 ` Lennart Borgman (gmail)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).