gpt4 book ai didi

html - 未定义的属性名称 (xmlns)

转载 作者:数据小太阳 更新时间:2023-10-29 02:12:37 29 4
gpt4 key购买 nike

这是我的 HTML 页面的开头:

1. <?xml version="1.0" encoding="utf-8" ?>
2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3. <html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
4. (...)
5. </html>

是否有<?xml ... ?>部分与否,Eclipse 在 第 3 行

上向我返回一个警告事件

Undefined attribute name (xmlns).

xmlns属性是正确验证所必需的,因此我不明白为什么 Eclipse 会返回警告。

此外,我将 Eclipse Indigo 3.7.2 与 Eclipse 数据库中的最新 PHP 开发人员工具一起使用。

有人知道如何删除此警告,或找到跳过此警告的方法吗?

感谢阅读和帮助。

最佳答案

这里有针对类似案例的错误:https://bugs.eclipse.org/bugs/show_bug.cgi?id=313859

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
<head>
<title>Title of the document</title>
</head>

<body>
<div>The content of the document.</div>
</body>

</html>

应该验证。在 Eclipse Juno 和此处验证良好:http://validator.w3.org .

关于html - 未定义的属性名称 (xmlns),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12582792/

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