我正在處理項目,因爲有一個xml文件(IDE Eclipse Indigo)。 我面臨着sincle線路有問題xml映射錯誤
<?xml version="1.0" encoding="UTF-8"?>
<BookingConfirmRQ xmlns="http://www.expediaconnect.com/EQC/BC/2007/09"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Authentication username="yyyyyyyy" password="xxxxxxxx" />
<Hotel id="<hotelId/>" />
<BookingConfirmNumbers>
<BookingConfirmNumber bookingID="<bookindId/>"
bookingType="<bookingType/>" confirmNumber="<confirmNumber/>"
confirmTime="<confirmTime/>" />
</BookingConfirmNumbers>
</BookingConfirmRQ>
這裏附近<酒店ID = 「< hotelId />」/>我收到錯誤like_
屬性的 「ID」 的值與關聯元素類型「Hotel」不得包含'<'字符。
我搜索它,檢查jar的,重新格式化仍然出錯,可以幫我嗎? 謝謝你。
我可以像「 」這樣使用嗎?因爲它以前由開發人員編碼。 –