Coding ...
2013年6月9日 星期日
XML Parser Error - Extra content at the end of the document
若遇到 XML 解析時,出現 Extra content at the end of the document 訊息時,這可能代表你區少一個 root !
example:
<a>XXX</a>
<b>XXX</b>
<c>XXX</c>
你可能需要更改成此形式
<root>
<a>XXX</a>
<b>XXX</b>
<c>XXX</c>
</root>
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言