【发布时间】:2018-04-23 10:21:56
【问题描述】:
以 xml 格式打印此 xml?
'<availabilityResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<hotel id="123456789">
<offers>
<offer total="435.00" currency="EUR">
</offer>
</offers>
</hotel>
<errors>
<error type=”E002”>Unknown hotel identifier: 32165487</error>
<error type=”E002”>Unknown hotel identifier: 951357</error>
</errors>
</availabilityResponse>'
以 xml 格式打印此 xml
【问题讨论】:
-
你已经打印出来了
标签: php xml codeigniter xml-parsing xmlhttprequest