Kiran,

take a look at: http://castor.codehaus.org/how-to-map-a-list-at-root.html

Ralf

castor-dev schrieb:
Hi,

I am struggling to read repeated nodes after unmarshalling an xml file. The
node I need to read as follows.

            <EventProperties>
                <EventProperty>
                      <Field>a</Field>
                      <Value>1111</Value>
                </EventProperty>
            </EventProperties>

There may be more EventProperty nodes under EventProperties. Please help me
how to get those Field and Value after unmarshalling. I have appropriate
getter methods available. Is there any looping to be placed?

Thanks Kiran

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to