need help to read xml file. i have one xml file which i want to read and store in data base below is my xml code
<?xml version="1.0" encoding="UTF-8"?>
<Document>
<SctiesSttlmTxStsAdvc>
<Id>
<Id>ACK0000000000004</Id>
<CreDtTm>
<Dt>2011-08-26</Dt>
</CreDtTm>
</Id>
<TxId>
<AcctOwnrTxId>TCP-CMF001-000000004</AcctOwnrTxId>
</TxId>
<PrcgSts>
<AckdAccptd>
<NoSpcfdRsn>NORE</NoSpcfdRsn>
</AckdAccptd>
</PrcgSts>
<MsgOrgtr>
<PrtryId>
<Id>068001</Id>
<Issr>BMSC</Issr>
</PrtryId>
</MsgOrgtr>
<MsgRcpt>
<PrtryId>
<Id>056001</Id>
<Issr>BMSC</Issr>
</PrtryId>
</MsgRcpt>
</SctiesSttlmTxStsAdvc>
<SctiesSttlmTxStsAdvc>
</SctiesSttlmTxStsAdvc>
</Document>
above xml contains tags which occur multiple time and i need to find out the value of all child node which has value
you can load xm directly like this