ionutdinulescu
Programmer
I access the next link
servlets.PaymentService?command=status_payment_cluster&merchant_name=sss&merchant_transaction_id=001&payment_cluster_id=124&report_type=txt_simple
which returns a XML document.
Depending on its content, I must display a web page.
How can I do that?
I don't know how to parse the XML returned by the link above, but I know how to parse a local XML document.
Any help ?
servlets.PaymentService?command=status_payment_cluster&merchant_name=sss&merchant_transaction_id=001&payment_cluster_id=124&report_type=txt_simple
which returns a XML document.
Depending on its content, I must display a web page.
How can I do that?
I don't know how to parse the XML returned by the link above, but I know how to parse a local XML document.
Any help ?