Home XML Putting Namespaces to Use

XML - Putting Namespaces to Use


Although it's true that namespaces have caused their fair share of confusion in the XML community, they nonetheless represent a reasonable solution to a tricky problem that is inherent in XML.
In this tutorial, you'll learn
  • Why namespaces are important to XML
  • How namespace names are guaranteed to be unique
  • How to declare and reference namespaces in XML documents
  • How to use namespaces to merge schemas

[Next]