Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 24538 invoked from network); 23 Jan 2006 15:30:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 15:30:58 -0000 Received: (qmail 2297 invoked by uid 500); 23 Jan 2006 15:22:07 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 2207 invoked by uid 500); 23 Jan 2006 15:22:07 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 2176 invoked by uid 99); 23 Jan 2006 15:22:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 07:22:06 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [146.140.221.6] (HELO smtp.capcom.de) (146.140.221.6) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 07:22:05 -0800 Received: from [146.140.211.124] (helo=john14) by smtp.capcom.de with smtp (Exim 4.60) (envelope-from ) id 1F13gM-0001xh-SF for commons-user@jakarta.apache.org; Mon, 23 Jan 2006 16:32:38 +0100 From: "Nikolay Georgiev" To: Subject: [Digester] Parse an Element containing random data Date: Mon, 23 Jan 2006 16:24:16 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Importance: Normal X-CAPComAG-Antivirus-Scanner: clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, can I make the Digester to parse an XML element that contains random data(characters, say HTML code) from it's beginning to it's end and then save the data in a string. For example:
I want to save this text with these tags as a String Object.
Is it possible? Regards, Nikolay --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org