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

Subject: Re: AW: [xsl] how to test for the element type of the current node
From: Godmar Back <gback@xxxxxxxxxxxx>
Date: Wed, 2 Jul 2003 02:11:05 -0700 (PDT)
> 
> 
> > 	test="not(B)"
> > this should work perfect. All Elements which are not B.
> 
> No. All elements that don't have B children.
> 

How about test="not(self::B)"

I think I may have learned something here.

	- Godmar



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


Current Thread