jigneshjsoni
05-05-2009, 12:23 AM
What does name namespace do in xml document ? I read in the article that, it provides a particular name for a bunch of tags to be used or something like this. I did not understand much in that. Following example is taken from w3school.org
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
In this example, namespace suggest a particular folder or file on www.w3.org
Can we provide any location (any website). What is the specification to declare namespace ? Is there any limit (like server hosting website or particular drive or something else) to declare namespace within ?
I am sure this question is not well constructed, but I am completely confused with this. So please clear some primary idea about namespace and its need.
thanks
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
In this example, namespace suggest a particular folder or file on www.w3.org
Can we provide any location (any website). What is the specification to declare namespace ? Is there any limit (like server hosting website or particular drive or something else) to declare namespace within ?
I am sure this question is not well constructed, but I am completely confused with this. So please clear some primary idea about namespace and its need.
thanks