Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 69082 invoked from network); 2 Jul 2002 19:51:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Jul 2002 19:51:16 -0000 Received: (qmail 19747 invoked by uid 97); 2 Jul 2002 19:51:27 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 19716 invoked by uid 97); 2 Jul 2002 19:51:26 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 19693 invoked by uid 98); 2 Jul 2002 19:51:26 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: [digester] Re: Question on getting to the parsed XML From: Martin van den Bemt To: commons-user@jakarta.apache.org Cc: commons-dev@jakarta.apache.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 02 Jul 2002 21:51:10 +0200 Message-Id: <1025639471.26923.35.camel@swami> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I cc'ed commons user, since this is more of a use question. Also changes the topic a bit, so people know what it is about ;) Btw Your data should be accesible in the data variable... Since you know what object you should receive, cast to that type and do your thing.. Mvgr, Martin > try{ > Object data = digester.parse(fileInputStream); here it is ;) > fileInputStream.close(); > -- To unsubscribe, e-mail: For additional commands, e-mail: