Creating a Namespace


XML Document without namespaces
   <?xml version="1.0"?>
   <book>
      <title>Programming XML in Java</title>
   </book>