沒有名稱空間
在 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>