Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Explaination needed for namespaces ( xmlns:e ) Explaination needed for namespaces ( xmlns:e )To: NULL Date: 5/9/2005 2:35:00 AM Can someone help explain what is happening in the below XSLT, in particular I am interested is the namespace usage for xmlns:e and it's use on Title and Surname. What is happening here? Thank you <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:msxsl='urn:schemas-microsoft-com:xslt' exclude-result-prefixes='msxsl' version='1.0' xmlns:e="http://123.co.uk/" > <xsl:output method='xml' omit-xml-declaration='no' /> <xsl:template match='/'> <xsl:apply-templates select='clients'/> </xsl:template> <xsl:template match='clients'> <client> <e:Title><xsl:value-of select='Title/text()'/></e:Title> <e:Surname><xsl:value-of select='Surname/text()'/></e:Surname> </client> </xsl:template> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
