yes you are right..i realized that the moment i posted the question.
wht if now my array looks like this:
array(
[#document_1_QuantumViewResponse_0_Response_0_TransactionReference_0_CustomerContext_0] => Test XML
[#document_1_QuantumViewResponse_0_Response_0_TransactionReference_1_XpciVersion_0] => 1.0007
[#document_1_QuantumViewResponse_0_Response_1_ResponseStatusCode_0] => 1
[#document_1_QuantumViewResponse_0_Response_2_ResponseStatusDescription_0] => Success
[#document_1_QuantumViewResponse_1_QuantumViewEvents_0_SubscriberID_0] => smita_b
)
and i want it to look like this:
[CustomerContext_0] => Test XML
[XpciVersion_0] => 1.0007
[ResponseStatusCode_0] => 1
[ResponseStatusDescription_0] => Success
[SubscriberID_0] => smita_b
Can i do get result like this?