gpt4 book ai didi

scala - Lift - 页面在 Firefox 中显示为 XML 而不是 HTML

转载 作者:行者123 更新时间:2023-12-04 07:29:19 25 4
gpt4 key购买 nike

我正在尝试运行一个简单的 Lift 示例,但遇到了一个奇怪的问题。我正在使用 Sonatype 示例列表项目 here .我稍微修改了 HTML,但它最初也不起作用。我遇到的问题是,当我运行本地码头服务器并尝试访问 http://localhost:8080 时它在 Firefox 3.6.10 中显示为 XML 而不是 HTML。请注意,它在 IE8 中显示正常,但 IE8 中的 Content-Type 是“text/html”。我认为 Firefox 出于某种原因不喜欢内容类型“application/xhtml+xml”。 Firefox 中的消息说:

This XML file does not appear to have any style information associated with it. The document tree is shown below.



下面是来自 Firebug 的响应头:
Expires Thu, 16 Sep 2010 03:55:04 UTC
Content-Length 558
Cache-Control no-cache; private; no-store
Content-Type application/xhtml+xml; charset=utf-8
Pragma no-cache
Date Thu, 16 Sep 2010 03:55:04 UTC
X-Lift-Version 2.0-scala280-SNAPSHOT
Server Jetty(6.1.22)

..和实际 react :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Lift Test</title>
</head>
<body>
<h2>Welcome to your project!</h2>
<p>
<span>Welcome to toto01 at Wed Sep 15 20:55:04 PDT 2010</span>
</p>
<script type="text/javascript" src="/ajax_request/liftAjax.js"></script>
<script type="text/javascript">
// <![CDATA[
var lift_page = "F586508075515C1K";
// ]]>
</script>
</body>
</html>

关于出了什么问题的任何想法?如果这是问题,我将如何更改 Lift for Firefox 中的 Content-Type?

最佳答案

好的,看起来问题与没有 xmlns 属性的元素有关。将 XHTML 更改为以下内容后,内容类型为“application/xhtml+xml”时效果很好:

<html xmlns="http://www.w3.org/1999/xhtml">

关于scala - Lift - 页面在 Firefox 中显示为 XML 而不是 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3723614/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com