A namespace is a URI, but to avoid verbosity, prefixes are used as a proxy.
In the following example, the prefix my-prefix is bound to the namespace http://www.example.com/my-namespace by using the special attribute xmlns:my-prefix (my-prefix can be replaced with any other prefix):
<?xml versio...