Namespace in XML element value?

浪尽此生 提交于 2019-12-02 05:56:32

At the XML level, no, a namespace prefix has no meaning within content -- namespaces and namespace prefixes are purely markup-level constructs.

Furthermore, any application that uses namespace prefixes in the content will have to take care to only care about the namespace to which the prefix is bound, not the prefix itself.

Finally, since the namespace prefix (dp0, here) is insignificant other than via through its association with a namespace value (http://www.onvif.org/ver10/network/wsdl), the numeric 0 suffix of the namespace prefix is also insignificant. Typically, it's just a counter appended programmatically to ensure that the namespace prefix is unique.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!