Re: [xsl] back again: child nodes in variable

Subject: Re: [xsl] back again: child nodes in variable
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 4 Jun 2002 19:01:31 -0600 (MDT)
Greg Newton wrote:
> Mike - I think the NOT will guarantee empty output:
> 
> <xsl:variable name="conhijos" select="mercados/mercado[not(subyacentes/*)]"/>
> 
> 
> Shouldn't it be:
> 
> <xsl:variable name="conhijos" select="mercados/mercado[subyacentes/*]"/>

Yes, that's what I meant. I misread his email.

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


Current Thread