RE: [xsl] how to test for the element type of the current node

Subject: RE: [xsl] how to test for the element type of the current node
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 2 Jul 2003 10:58:43 +0100
> 
> 	test="not(B)"
> this should work perfect. All Elements which are not B.
> 
test="not(B)" returns true if the current node has no element children
called B.

Michael Kay 


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


Current Thread