Hello everyone!
how can i get value from xml which has this format
<applications xmlns="http://st.sss.in/STAB">
<application>
<application_type>APTPISSA</application_type>
<application_flow_id>1007</application_flow_id>
<application_status>APST0006</application_status>
<operator_id>PHR.P248</operator_id>
<institution_id>1001</institution_id>
<agent_id>70000011</agent_id>
<customer_type>ENTTPERS</customer_type>
<customer>
<command></command>CMMDEXPR
<customer_number>998563</customer_number>
<contract>
<command></command>CMMDEXPR
<contract_number></contract_number>
<card id="card_1">
<command></command>CMMDEXRE
<card_number>418240****4004</card_number>
</card>
</contract>
</customer>
</application>
<application>
<application_type>APTPISSA</application_type>
<application_flow_id>1007</application_flow_id>
<application_status>APST0006</application_status>
<operator_id>PHR.P248</operator_id>
<institution_id>1001</institution_id>
<agent_id>70000011</agent_id>
<customer_type>ENTTPERS</customer_type>
<customer>
<command></command>CMMDEXPR
<customer_number>407766</customer_number>
<contract>
<command></command>CMMDEXPR
<contract_number>100000081625</contract_number>
<card id="card_1">
<command></command>CMMDEXRE
<card_number>41824066006003445</card_number>
</card>
</contract>
</customer>
</application>
<application>
<application_type>APTPISSA</application_type>
<application_flow_id>1007</application_flow_id>
<application_status>APST0006</application_status>
<operator_id>PHR.P248</operator_id>
<institution_id>1001</institution_id>
<agent_id>70000011</agent_id>
<customer_type>ENTTPERS</customer_type>
<customer>
<command></command>CMMDEXPR
<customer_number>816941</customer_number>
<contract>
<command></command>CMMDEXPR
<contract_number>100000132450</contract_number>
<card id="card_1">
<command></command>CMMDEXRE
<card_number>41824066014435099</card_number>
</card>
</contract>
</customer>
</application>
<application>
</applications>
All i want is to grab “Customer number” & “Card Number” .
Thanks in advance.