For example, the WPF namespace is:
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
If I define my own namespace, should it also start with http? Isn’t http misleading?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The W3C Document defining XML Namespaces says (quoting) :
And RFC 3986 says (quoting) :
So I guess using http:// is what’s closest to the standard — as HTTP is the most common scheme used on the net.
In addition, as there can be only one owner for a domain name, it allows each company to use it’s URL in its namespaces.