AFAIK, this is not possible with Digester today. I suppose you could write rules to stream events and build up an Element node, but that is a lot of work.
I would say that it is 'possible', but not terribly easy. Scott > -----Original Message----- > From: Jim Birchfield [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 5:03 AM > To: [EMAIL PROTECTED] > Subject: Digester and XML Elements > > > I have been using Digester for a while and love it. However > I am try to do something I have not seen an example of and > cannot seem to figure out how to do it. I need to grab a > portion of my config file as the raw XML. I want to be able > to invoke a method passing in an Element object (or even a > string if necessary) of a piece of XML in my file. Is that > possible with Digester today? > > James Birchfield > Director, Application Development > Genscape, Inc. > (502) 583-2298 (o) > (502) 639-3136 (c) > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
