Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
试图在ASP应用程序中使用Https,那么<;html>;`xmlns的属性`_Html_Xml_Https_Xml Namespaces - Fatal编程技术网

试图在ASP应用程序中使用Https,那么<;html>;`xmlns的属性`

试图在ASP应用程序中使用Https,那么<;html>;`xmlns的属性`,html,xml,https,xml-namespaces,Html,Xml,Https,Xml Namespaces,尝试在我的ASP.Net应用程序中使用Https时,遵循以下步骤 那么xmlns的html标记属性呢: <html xmlns="http://www.w3.org/1999/xhtml"> ... </html> ... url是否也应该使用Https 比如:xmlns=”https://www.w3.org/1999/xhtml“ 顺便问一下-这个xml名称空间(从1999年开始)有更新吗?保留http:xmlns属性定义默认名称空间。其值中的http是该标识符

尝试在我的ASP.Net应用程序中使用Https时,遵循以下步骤

那么
xmlns
html
标记属性呢:

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

...
url是否也应该使用Https

比如:
xmlns=”https://www.w3.org/1999/xhtml“


顺便问一下-这个xml名称空间(从1999年开始)有更新吗?

保留
http
xmlns
属性定义默认名称空间。其值中的
http
是该标识符的重要部分。将其更改为https将引用浏览器无法理解的另一个命名空间。这同样适用于其余部分,包括
1999
部分

xmlns
属性提供了一个IRI或URI,有关详细信息,请参阅。使用URL链接到有关名称空间的信息只是一种惯例。通常,基础规范的较新版本(此处)只有在与以前的版本不兼容时才会获得新的标识符。甚至2010年发布的XHTML1.1规范(其中包含
1999

您可能还想了解一下通常与HTML和XHTML一起使用并被浏览器理解的内容。如果同时使用名称空间和文档类型,则它们应该匹配