XML文件似乎没有任何与之关联的样式信息警告以及如何处理它?

时间:2021-11-16 16:58:26

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

我正在尝试托管文件,以便为Google视频群聊制作应用。我通过我的webhost托管它,但由于某种原因,当我访问它时,xml正在调试,并且它说有问题。我需要的文件的链接:文件。您应该看到页面上有关于包含错误的xml文件的消息。我不知道为什么会这样。我该怎么办才能解决这个问题?谢谢

1 个解决方案

#1


8  

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.

“错误”的含义是没有提供有关如何显示页面的样式表信息。在浏览器中查看xml时需要样式表。这只是一个警告而不是错误。在xml文件中,结构上可能没有任何错误。

To check if an XML is valid,I use http://validator.w3.org/

要检查XML是否有效,我使用http://validator.w3.org/

Just copy and paste your address to see if the XML is well formed or not.

只需复制并粘贴您的地址,以查看XML是否格式正确。

#1


8  

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.

“错误”的含义是没有提供有关如何显示页面的样式表信息。在浏览器中查看xml时需要样式表。这只是一个警告而不是错误。在xml文件中,结构上可能没有任何错误。

To check if an XML is valid,I use http://validator.w3.org/

要检查XML是否有效,我使用http://validator.w3.org/

Just copy and paste your address to see if the XML is well formed or not.

只需复制并粘贴您的地址,以查看XML是否格式正确。