Hi.
Does any one has a php sintax to parse and read the contents of this xml string, like example to extract the text of message id, sendtdate, donedate, status??
This is the xml structure.
<deliveryreport>
<message id="msgID" sentdate="xxxxx" donedate="xxxxx" status="xxxxxx" />
</deliveryreport>
My trouble is that this structure is not the same that I read before with php so if you could help me with some script thank you
Regards
Does any one has a php sintax to parse and read the contents of this xml string, like example to extract the text of message id, sendtdate, donedate, status??
This is the xml structure.
<deliveryreport>
<message id="msgID" sentdate="xxxxx" donedate="xxxxx" status="xxxxxx" />
</deliveryreport>
My trouble is that this structure is not the same that I read before with php so if you could help me with some script thank you
Regards