Re: [xsl] Re: Easy way to identify node type?

Subject: Re: [xsl] Re: Easy way to identify node type?
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 05 Dec 2003 17:53:48 -0500
At 2003-12-05 17:24 -0200, yguaba@xxxxxxxxxxxx wrote:
Actually, I don't want to match specific elements (I could do that
with <xsl:when test="local-name() = 'element_1' or local-name() =
'element_2 or local-name() = 'element_n''">

That isn't namespace safe.


 or just simply write
different templates for each different element).

That is namespace safe.


Using the self:: access is also namespace safe and is far better than using the name() functions. The name functions are appropriate for exposition but are not appropriate for most node testing purposes.

I hope this helps.

............................. Ken

--
Next public European delivery:  3-day XSLT/2-day XSL-FO 2004-01-??
Instructor-led on-site corporate, government & user group training
for XSLT and XSL-FO world-wide:  please contact us for the details

G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 0-13-140374-5                               Definitive XSL-FO
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X               Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:     http://XMLGuild.info
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


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



Current Thread