Namespace Prefix
and http://sssit.org/contact-us
is the namespace identifier. For the most part, in XML, components name are characterized by the engineer so there is an opportunity to conflict in name of the components. To evade these sorts of confliction the developer utilize XML Namespaces. The developer can say that XML Namespaces give a technique to avoid conflict of the name. These conflicts happen when the developer attempt to blend XML archives from various XML application. The following is an example.
Following is the first table code.
[xml]
<table>
<tr>
<td>Aries</td>
<td>Bingo</td>
</tr>
</table>
[/xml]
Following is the second table code.
[xml]
<table>
<name>Computer table</name>
<width>80</width>
<length>120</length>
</table>
[/xml]
In the event that both cases are blended, there would be a name struggle in light of the fact that both have component. In spite of the fact that they have distinctive name and importance.