I'm trying to host a file in order to make an app for google hangout. I'm hosting it through my webhost, but for some reason the xml is being debugged when i got to access it, and it says that there is a problem. a link to the file that i need: the file. You should see that there is a message on the page about the xml file containing errors. I have no idea why this is happening.. What should i do in order to resolve the issue? thanks
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
What the "error" means is that there is no stylesheet information provided on how to display the page. Stylesheets are required when viewing an xml in a browser.It's just a warning not an error.There may not be anything wrong structurally with the xml file.
To check if an XML is valid,I use http://validator.w3.org/
Just copy and paste your address to see if the XML is well formed or not.