Namespace XML Tutorial

A  default namespace is like a regular namespace.
You don't have to specify a prefix for all of the elements that use it. 
 
     
        Sir 
    
 
 
You can declare more than one namespace for an element, but only one can be the default. 
        xmlns:xhtml="http://www.w3.org/1999/xhtml"> 
     
    This is XHTML