Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 67960 invoked from network); 27 Feb 2003 14:40:33 -0000 Received: from host202.200.80.31.ifxnw.com.ar (HELO urano.datatransfer.com.ar) (200.80.31.202) by daedalus.apache.org with SMTP; 27 Feb 2003 14:40:33 -0000 content-class: urn:content-classes:message Subject: Digester w/ Recursive Tags MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2DE6E.660CEE4C" Date: Thu, 27 Feb 2003 11:42:05 -0300 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Digester w/ Recursive Tags Thread-Index: AcLebhcoN8/j4s/STSOWCBkrxSuNZw== From: "Pablo Nussembaum" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2DE6E.660CEE4C Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I've the same problem, and I think to solve the problem we need to change the digesters rules to accept another rule (like a composite pattern) =20 An example will make my point more clear. =20 public void parse() { ... Digeter d =3D new Digester(); Rule r =3D new xxxxRule("a"); r.addXxxxRule("b"); =20 d.addRule(r); =20 ... } --=20 Pablo Nussembaum mailto: pnusse@datatransfer.com.ar Tel: +54-11-4382-6400 int 123 Datatransfer S.A. =20 =20 ------_=_NextPart_001_01C2DE6E.660CEE4C--