I want to extract the values of the attributes active_ind and call_status from the following string:
<INSURANCE_HISTORY active_ind="Y" call_status="A"/>
I have sorted this issue with substring and instr, but need to use XML commands to extract these values.