我使用Open BlueDragon,因爲它是我的網絡託管公司使用的 - 再加上它是開源的。Coldfusion/XML錯誤
我試圖使用XML閱讀YouTube的飼料,我不斷收到以下錯誤:
value [media:group] is not a number
我的代碼是:
<cfhttp url="https://gdata.youtube.com/feeds/api/users/Shuggy23/favorites" method="GET" />
<cfset xml = XmlParse(#cfhttp.FileContent#) />
<cfoutput>#xml.feed.entry["media:group"]["media:thumbnail"].XmlAttributes.url#</cfoutput>
我想,除非我的腦海裏工作過對我玩弄技巧。任何幫助,將不勝感激。
謝謝
道格拉斯
僅供參考,我已經提出了這個錯誤:http://code.google.com/p/openbluedragon/issues/detail ?ID = 371;並將它放在OpenBD谷歌組的雷達上(https://groups.google.com/forum/#!topic/openbd/HzsHj41QHTA)。目前還沒有任何反應,但他們通常會很快解決問題。 –