A web.config file has a following line
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
I tried reading the web.config it in XSLT (Get value from web.config into XSLT file) .I was unsuccessful, and i tried removing the xmlns attribute from the config file and i was able to read it in XSLT without much problem.
Whats the benefit/difference in having in xmlns attribute in web.config file and is it possible to read the config file into xslt with the xmlns attribute in web.config?