Creating a Namespace
XML Document without namespaces
<?xml version="1.0"?> <book> <title>Programming XML in Java</title> </book>
John Punin
2 of 33