I the books I am using to learn about XML, there is often a name space reference to a web address. What is the function of the namespace line? In particular, why does it have a web address assigned to it? Is it purely for information purposes or can the XML go to the web site and ue the names space definition somehow?
Example:-
<article xmlns:" type ="sales" id="A123">
...
...
... XML Meta Tags And Data
...
...
</article>
Dazed and confused
Example:-
<article xmlns:" type ="sales" id="A123">
...
...
... XML Meta Tags And Data
...
...
</article>
Dazed and confused