XML file does not appear to have any style information associated with it warning and how to deal with it?

允我心安 提交于 2019-12-10 21:11:21

问题


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.



来源:https://stackoverflow.com/questions/17035623/xml-file-does-not-appear-to-have-any-style-information-associated-with-it-warnin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!