0
posted
how to convert xml to array in php ?
working with cruise api , i am getting lots of xml response and very good at array than the xml so i want to convert xml response to array in php . is that any good library or something will help to convert xml to array in php
<InvoicePricingResponse>
<Voyage Number="R121" FareCode="FIT" SailDate="2011-05-28" Duration="17" ShipCode="RU" Category="OS" />
<Currency>
GBP
</Currency>
<PriceTimeStamp>
2010-08-13T06:51:16
</PriceTimeStamp>
<Totals>
<Deposit Amount="816.00" DueDate="2010-08-13" />
<Balance Amount="8158.00" DueDate="2011-04-02" />
<Cancellation Amount="" />
</Totals>
</InvoicePricingResponse>