Mega Code Archive

 
Categories / XML Tutorial / Namespace
 

Why We Need Namespaces

For the following XML document,  <?xml version="1.0"?>  <person>      <name>          <title>Sir</title>      </name>      <htmlFormat>          <title>Movie</title>      </htmlFormat>  </person>  To an XML parser, there isn't any difference between the two <title> elements.