View Full Version : About name space
Thanigaiuma
Jul 8, 2008, 11:43 PM
what is the meaning of the following line
<xsl:template match="/" and>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/tr/wd-xsl">
DesElms
Jul 9, 2008, 12:35 AM
It means that the template and stylesheet of the content management system you're using (or which the web site you're visiting is using) meets the strict XML standards of the Worldwide Web Consortium (http://www.w3.org).
Thanigaiuma
Jul 9, 2008, 12:57 AM
wat is the meaning of the following line
<xsl:template match="/" and>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/tr/wd-xsl">
Can't understand.. can I get more detailed answer sir please...
DesElms
Jul 9, 2008, 09:35 AM
If you want more information, then please provide more information. Precisely where is this line of code coming from? Where are you finding it? Why do you want to know what it means?