all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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)

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.