RE: local-name() namespace xslt 2.0 question was Re: [xsl] Identity transformation (without using xsl:copy)

Subject: RE: local-name() namespace xslt 2.0 question was Re: [xsl] Identity transformation (without using xsl:copy)
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Tue, 19 Mar 2002 11:17:14 +0100
><xsl:param name="name"
>select="concat(substring-before(name(),':'),local-name())"/>


oops that should be <xsl:param name="name"
select="concat(substring-before(name(),':'),':',local-name())"/> or
worked in msxml 4. still don't know why anyone would want to do this instead
of xsl:copy though



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread