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]
Other format: [Raw text]

Re: back again: child nodes in variable


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


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