vote up 0 vote down star

I find this URL (or a similar one) always on HTML files, XML, XSD... Like "http://www.w3.org/2001/XMLSchema" or "http://www.w3.org/2001/XMLSchema-instance" I always wonder what those URLs means. Even offline the XML or HTML document works without changes. What's the benefits on links to those URLs?? Thanks

flag

51% accept rate

2 Answers

vote up 6 vote down check

Those URLs do not necessarily point to any website/server. They are a convenient naming mechanism. The idea is since every company will have a unique website, using that as their namespace will avoid clashes. Hence better interoperability. Hence the custom.

Namespaces in XML 1.0 Specification

link|flag
vote up -1 vote down

It's the XML Schema.

An XML schema provides a view of the document type at a relatively high level of abstraction.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.