Can anybody give an idea about how to parse such an xml and store it into an object
<DType>1</DType>
<SId>abcdef</SId>
<DT>20110922</Date>
<Cause>F DOA</Cause>
<Request>
<No>000047895</No>
<Name>mith</Name>
</Request>
<Token>AUD</Token>
<Header>
<Item align="Centre" Title="Description">Request to purchase new shoes</Item>
<Item align="Left" Title="">FDOA</Item>
<Item align="Left" Title="Supplier">Chews</Item>
<Item align="Right" Title="Cost">$545</Item>
</Header>
<LItems>
<Column align="Left" Currency="N" Title="Qty">2</Column>
<Column align="Right" Currency="Y" Title="Price">1.25</Column>
<Column align="Right" Currency="Y" Title="Total">2.50</Column>
</LItem>
<LItem>
<Column align="Left" Currency="N" Title="Qty">10</Column>
<Column align="Right" Currency="Y" Title="Price">5.00</Column>
<Column align="Right" Currency="Y" Title="Total">500.00</Column>
</LItem>
</LItems>
<Footers>Approval of this request is subject company policy </Footers>
There is a good example using the SAXParser here: http://www.java-tips.org/java-me-tips/midp/introducing-xml-parsing-in-j2me-devices.html