Tarayıcıdan kopyalanmış olarak burada bir sunucudan xml yanıttır -
Bu XML dosyası ile ilgili herhangi bir stil bilgiye sahip görünmüyor. Belge ağacı aşağıda gösterilmiştir.
<string><NewDataSet>
<Account>
<CustCode>UZ6CMAIN</CustCode>
<GUID>a01def6c-9d79-4deb-a93c-bebc8c7fbc1b</GUID>
<Features>0</Features>
<BaseCCY>USD</BaseCCY>
<LastOrderSEQ>160928459</LastOrderSEQ>
<LastDealSEQ>160928461</LastDealSEQ>
<OrderLotSize>100000</OrderLotSize>
<MaxOrderPips>1000</MaxOrderPips>
<CancelOrderPips>1</CancelOrderPips>
<TradeLotSize>100000</TradeLotSize>
<MaxTradeLots>25</MaxTradeLots>
<TierCount>1</TierCount>
<Tier1MinLots>1</Tier1MinLots>
<Tier1MaxLots>50</Tier1MaxLots>
<Tier1PipDifference>0</Tier1PipDifference>
<Tier2MinLots>0</Tier2MinLots>
<Tier2MaxLots>0</Tier2MaxLots>
<Tier2PipDifference>0</Tier2PipDifference>
<Tier3MinLots>0</Tier3MinLots>
<Tier3MaxLots>0</Tier3MaxLots>
<Tier3PipDifference>0</Tier3PipDifference>
</Account>
</NewDataSet></string>
simplexml_load_string
bana yardım etmedi kullanarak. Denedim
print ((String) $xml->Account->GUID);
ama hiçbir şey yardım basılmıştır. I Hesap etiketi içinde tek değerleri accees böylece xpath kullanarak da herhangi output.Any yardım vermediler?
i kullanılmış
$xml = simplexml_load_string($result);
print ((String) $xml->Account->GUID);
şey baskı yoktu.