Re: [xsl] multiple node values not being returned

Subject: Re: [xsl] multiple node values not being returned
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 May 2005 13:33:14 +0100
> All I want is a check if there are any A/Values present in the B node 
> set. 

yes, but in relation to your "one line" question, the answer depends on
what you want to do. You can do that check with a single XPath, but if
you need to generate element nodes then since you can't generate nodes
with core Xpath functions then you need to write it as xsl, which
tends to take more lines, as you have to close the elements.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread