Пользователь
wow конечно, но лучше не пользоватся таким если нет желания потерять аттрибуты:
<?xml version="1.0" encoding="UTF-8"?> <GetItemResponse xmlns="urn:ebay:apis:eBLBaseComponents"> <Item> <AutoPay>true</AutoPay> <ListingDetails> <ConvertedBuyItNowPrice currencyID="USD">0.0</ConvertedBuyItNowPrice> <ConvertedStartPrice currencyID="USD">313.6</ConvertedStartPrice> <ConvertedReservePrice currencyID="USD">0.0</ConvertedReservePrice> </ListingDetails> </Item> </GetItemResponse>
array(1) { ["Item"]=> array(2) { ["AutoPay"]=> string(4) "true" ["ListingDetails"]=> array(3) { ["ConvertedBuyItNowPrice"]=> string(3) "0.0" ["ConvertedStartPrice"]=> string(5) "313.6" ["ConvertedReservePrice"]=> string(3) "0.0" } } }
wow конечно, но лучше не пользоватся таким если нет желания потерять аттрибуты: