Good as I can do to run an xml with php I used simpleXml. But I do not know how to access a third child node for example:
<Factura>
<Cliente>
<Nombre>Juan</Nombre>
</Cliente
</Factura>
I would like to read the value of the Node Name ... Regards.