Hi, I just started learning XML. The xml schema has the first line like xmlns:xs="http://www.w3.org/2001/XMLSchema" Code (markup): It means that the name space it uses is located at http://www.w3.org/2001/XMLSchema right? The file works even when the system is not connected to the internet? Can anyone please help me how it access all the name space resources without internet connectivity? Thanks in advance, Sandeep
The shema provides a method for providing an authority to qualify the elements; if in doubt, and as long as its not microsoft, always refer to the RFC for authority http://www.rfc-editor.org/rfc/rfc3986.txt