RE: [xsl] how to select elements in a given namespace?

Subject: RE: [xsl] how to select elements in a given namespace?
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Mon, 17 Mar 2003 15:55:39 -0500
[David.Cantrell@xxxxxxxxxxxxx]
 
> > But as mentioned above, there is no such node in your XML 
> > fragment. The <last-name> element is in no namespace, unless 
> > you've declared a default namespace somewhere.
> 
> Shouldn't this work then?
> 
> 	//last-name
> 
> Or does it not recurse into children of namespace-prefixed nodes?
> 

It will "work", and is subject to all the usual negative remarks about
the practice of using "//".

Cheers,

Tom P

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


Current Thread