This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]