2013-06-19 86 views
-1

我想爲我的網站添加Google小工具,所以我嘗試爲該小工具創建一個XML文件。創建後,我將其上傳到我的網站。在加載頁面時,我在文件中發現了一些錯誤。我嘗試了很多次,但沒有。所以請修復錯誤。 XML文件是如何修復XML文件錯誤?

<Module> <ModulePrefs title="How to buy a Javelin" height="350" author="http://www.tracknfieldgear.com" author_email="[email protected]" title_url=" http://www.tracknfieldgear.com" screenshot="http://www.tracknfieldgear.com/images-new/how-to-throw-javelin.png" thumbnail="http://www.tracknfieldgear.com/images-new/how-to-throw-javelin.png" description="Tracknfieldgear.com is an online store that contains all kind of athletic equipments including shot put, javelin etc. This gadget is related to javelin"/> <Content type="html">
<![CDATA[
<iframe name="How to buy a Javelin?" scrolling="no" allowtransparency="true" frameborder="0" width="250" height="250" src="http://goanimate.com/user/0xVwaBHeiRFI"></iframe> ]]> </Content>
</Module>

我試圖加載被http://www.tracknfieldgear.com/how-to-buy-javelin-gadget.xml

回答

1

顯然無法找到你的啓動標籤「在ModulePrefs」

這裏結束的網址是從該error message XML的驗證。

您需要author_email屬性前的空格。

author="http://www.tracknfieldgear.com" author_email="[email protected]" 
+0

非常感謝..我用你的幫助修復了錯誤:) –