When you see a piece of XML like this:
<foo:bar xmlns:foo="http://foo.example.com/2008/foo">
<foo:baz mumble="1"/>
</foo:bar>
it is using a namespace. This article explains namespaces in XML: when to use namespaces, and how to declare a namespace.
Lire