-4
이 xml을 xml 형식으로 인쇄 하시겠습니까?아래 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 형식
이미 인쇄했습니다. – splash58