RE: Why aren't rules matched with "*"?

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