This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



><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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]