没有命名空间
在 XML 中,元素和属性名称存在于名称空间中。
默认情况下,它们不在命名空间中:
<?xml version="1.0"?>
<foo attr="value">
<!-- the foo element is in no namespace, neither is the attr attribute -->
</foo>
在 XML 中,元素和属性名称存在于名称空间中。
默认情况下,它们不在命名空间中:
<?xml version="1.0"?>
<foo attr="value">
<!-- the foo element is in no namespace, neither is the attr attribute -->
</foo>