If you're mapping a POJO to XML and vice-versa, I'd consider looking at Commons Betwixt rather than messing with Digester directly.
--Pete mteccles <[EMAIL PROTECTED]> wrote on 10/26/2008 06:22:59 PM: > > Hi, > > I have an XML document like follows: > > <item att1="" att2=""> > <item att1="" att2=""> > <item att1="" att2=""> > </item> > </item> > <item att1="" att2=""> > </item> > </item> > > Simply a nested structure of one complex element having two required > attributes. > > I write a POJO that match this structure, what code would read the xml > document and parse into the Java object? > -- > View this message in context: http://www.nabble.com/parse-xml-with- > digester-tp20179874p20179874.html > Sent from the Commons - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
