xsl-list
[Top] [All Lists]

Re: effective boolean value of the result of an extension instruction

2005-03-07 15:51:45

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>