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]

Reply via email to