Selecting elements regardless of namespace?

Subject: Selecting elements regardless of namespace?
From: JamesW@xxxxxxxxxxxxxxx
Date: Thu, 20 Apr 2000 10:00:54 +1000
Is it possible to specify a path that will return all children regardless
of their namespace prefix?

ie. given document

<a:foo>
     <b:apple>something1</b:apple>
     <c:apple>something2</c:apple>
</a:foo>

can I have

<xsl:for-each select="//*:apple">

appear in a stylesheet, and have it return both the b:apple and c:apple
elements?

I think not (because I tried it!), but is there another way to achieve
this?

Thanks!
James W.

--------------------------------------------------------------------------
Cards etc will be on stand 1161 at CardTech SecurTech in Miami
from 2nd May to 4th May. Look forward to seeing you there!
--------------------------------------------------------------------------
This e-mail is from Cards Etc Pty Ltd (ACN: 069 533 302). It may contain
privileged and confidential information. It is intended for the named
recipient(s) only. If you are not an intended recipient, please notify us
immediately by reply e-mail or by phone on +61 2 9212 7773 & delete this
e-mail from your system.
--------------------------------------------------------------------------



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


Current Thread