Re: Digester content with elements

2001-11-02 Thread Bob Byron
Hmmm Is this too easy or too hard of a question to be answered? Bob - Original Message - From: Bob Byron [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 3:16 PM Subject: Digester content with elements I was wondering how

Re: Digester content with elements

2001-11-02 Thread Scott Atwell
Could you not use a DOM parser, e.g. xerces, to do this? Regards, Scott - Original Message - From: Bob Byron [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, November 02, 2001 3:46 PM Subject: Re: Digester content with elements Hmmm Is this too

Re: Digester content with elements

2001-11-02 Thread Sandeep Takhar
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, November 02, 2001 3:46 PM Subject: Re: Digester content with elements Hmmm Is this too easy or too hard of a question to be answered? Bob - Original Message - From: Bob Byron [EMAIL PROTECTED] To: Struts Users

Re: Digester content with elements

2001-11-02 Thread Bob Byron
, November 02, 2001 9:52 AM Subject: Re: Digester content with elements I don't understand how this is any different than the stuff that comes with the documentation. -sandeep --- Scott Atwell [EMAIL PROTECTED] wrote: Could you not use a DOM parser, e.g. xerces, to do this? Regards, Scott

Re: Digester content with elements

2001-11-02 Thread Bob Byron
[EMAIL PROTECTED] Sent: Friday, November 02, 2001 9:51 AM Subject: Re: Digester content with elements Could you not use a DOM parser, e.g. xerces, to do this? Regards, Scott - Original Message - From: Bob Byron [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent

Digester content with elements

2001-11-01 Thread Bob Byron
I was wondering how to digest content that contains additional elements. For example, I have two tags text and date. I want to parse the following: textI want to remember this date, date/, forever!/text Ultimately I want to end up with three objects as follows (I hope you get what I am