Subject: RE: Why aren't rules matched with "*"?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 20 Jul 2000 08:56:26 +0100
|
> child::* means, essentially:
>
> from among all the nodes along the child axis,
> just the ones that are elements with any name,
> in no namespace.
No, it means "with any name, in any namespace". If you want only those
elements whose name has a null namespace URI, I think the only way to get
them is
child::*[namespace-uri()=""]
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Charles Cantrell - Mon, 17 Jul 2000 13:12:41 -0500
Kay Michael - Thu, 20 Jul 2000 08:56:26 +0100 <=
Darrin Bishop - Fri, 21 Jul 2000 12:06:01 -0500
|
|