Re: [xsl] Name Spaces in Selects and xsl:element

Subject: Re: [xsl] Name Spaces in Selects and xsl:element
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 May 2005 02:33:31 +0100
> Thanks guys... local-name() is different than name() how?


in xml namespaces a name consists of a local name and optionally a
namespace prefix. local-name() returns the local name (ie the part after
any colon) name() returns a full element name, possibly including a
namespace prefix which is usually in practice the prefix used in the
source file (although the xpath spec allows parsers to use different
namespace prefixes than the ones that appear in the source file).

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread