From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Problem with extract big protion of data with regexp Date: Fri, 30 May 2008 21:43:26 +0200 Message-ID: <6ab3muF2t0d28U1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212180078 13518 80.91.229.12 (30 May 2008 20:41:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 May 2008 20:41:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 30 22:41:58 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K2BPv-0007ep-Ba for geh-help-gnu-emacs@m.gmane.org; Fri, 30 May 2008 22:41:39 +0200 Original-Received: from localhost ([127.0.0.1]:58082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2BP9-0002HY-MO for geh-help-gnu-emacs@m.gmane.org; Fri, 30 May 2008 16:40:51 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: individual.net oi8dDCfYkOh+a07I+EctjgCHHwSpwI0J9I93fKLbBWw/yAY47/ Cancel-Lock: sha1:E8rVpz1Aqd/5qw733UmB6Un1nnM= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) Original-Xref: news.stanford.edu gnu.emacs.help:159007 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54368 Archived-At: I try to extract a table from HTML source, but without success. The table begins with: 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