Re: [xsl] effective boolean value of the result of an extension instruction

Subject: Re: [xsl] effective boolean value of the result of an extension instruction
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 7 Mar 2005 22:51:45 GMT
> Is there a way to test the mb3-connection variable, or do the
> <xsl:message terminate="yes"/> instructions in its declaration already
> ensure that processing doesn't continue unless it was set successfully?

If it's a sequence of 0 or 1 objects (even if of an external type) you
ought to be able to test
 if (count($mb3-conection)=1).. 
or
 if (not(empty($mb3-conection)))...

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