gpt4 book ai didi

xml - 命名空间检查是基于 xml 字符串还是基于 URI?

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

我一直想知道 XML 解析器如何处理 URI namespace 的检查。它是基于字符串还是基于 URI?换句话说,这是 SVG 的标准 URI

xmlns="http://www.w3.org/2000/svg"

假设我改写

xmlns="http://www.w3.org/2000/../2000/svg"

xmlns="http://www.w3.org/2000/svg/"

甚至

xmlns="http://www.w3.org:8000/2000/svg"

这些情况会被识别为 svg 命名空间(基于 URI)还是不被识别(基于字符串)?

谢谢

编辑:您可以使用 URN(如 uuid)这一事实让我觉得它是基于字符串的,因为您无法将正确的 URL/URI 考虑因素应用于非 URL 类 URI。但也许在那种情况下它只能作为字符串工作?

编辑:正如 Tormod 指出的那样,它是通过字符串比较完成的。这促使我想知道是否有定义 URI 的建议(例如:末尾没有斜线,全部小写,等等)。还是只是一场混战?

最佳答案

它们是基于字符串的。您所有的示例 URI 都解析为不同的命名空间。

http://www.w3.org/TR/REC-xml-names/#NSNameComparison

URI references identifying namespaces are compared when determining whether a name belongs to a given namespace, and whether two names belong to the same namespace. [Definition: The two URIs are treated as strings, and they are identical if and only if the strings are identical, that is, if they are the same sequence of characters. ] The comparison is case-sensitive, and no %-escaping is done or undone.

关于xml - 命名空间检查是基于 xml 字符串还是基于 URI?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/765769/

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