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" />...