In XML, element and attribute names live in namespaces.
By default, they are in no namespace:
<?xml version="1.0"?> <foo attr="value"> <!-- the foo element is in no namespace, neither is the attr attribute --> </foo>