RE: Test if child exists

Subject: RE: Test if child exists
From: Matthew Bentley <Matthew.bentley@xxxxxxxxxxxxxx>
Date: Fri, 1 Sep 2000 10:09:34 +1200
>> 			<xsl:if test="bva[last() = 1]">

>No, that tests if there is only one bva element (there may be elements
>with other names)

><xsl:if test="*[last() = 1 and self::bva]">

Pardon me, but I understand last() returns the order number of the last node
of -any- node under the context node.
******************************************************************
Warning: This email, including any attachments, 
is for the use of the intended recipient(s) only.
Republication and redissemination, 
including posting to news groups or web pages, 
is strictly prohibited without the express prior consent of Brooker's Limited.
******************************************************************


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


Current Thread