[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Selecting elements regardless of namespace?


Subject: RE: Selecting elements regardless of namespace?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 20 Apr 2000 08:57:09 +0100

> can I have
> 
> <xsl:for-each select="//*:apple">
> 
> appear in a stylesheet, and have it return both the b:apple 
> and c:apple elements?

Write select="//*[local-name()='apple']"

Mike Kay


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



Current Thread