Hi,

Can someone explain how I can generate an ArrayList of instrument objects
from the following xml:

<?xml version="1.0" encoding="UTF-8"?> 
  <ins> 
         <instrument> 
                 <date>04-Feb-2008</date> 
                 <bbg>Instrument 1</bbg> 
                 <sedol>5499131</sedol> 
                 <isin>IT0001233417</isin> 
                 <bookqty></bookqty> 
         </instrument> 
         <instrument> 
                 <date>04-Feb-2008</date> 
                 <bbg>Instrument 2</bbg> 
                 <sedol>5499131</sedol> 
                 <isin>IT0001233417</isin> 
                 <bookqty></bookqty> 
         </instrument> 

> </ins> 

-- 
View this message in context: 
http://www.nabble.com/Castor-Unmarshalling-tp16557417p16557417.html
Sent from the Castor - User mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to