[xsl] xpath question

Subject: [xsl] xpath question
From: Adam Darwin <addarwin@xxxxxxxxxxx>
Date: Tue, 23 Oct 2001 17:10:41 +0100 (BST)
I have the following code....

<xsl:for-each select="/page/Building_Facilities">
<xsl:sort select="@Facility_Type"/>

<xsl:choose>
<xsl:when
test="not(@Facility_Type=following-sibling::this
for-each loops next sibling)">


what is the syntax for "this for-each loops next
sibling" in the when test please

regards,

Adam

____________________________________________________________
Nokia Game is on again. 
Go to http://uk.yahoo.com/nokiagame/ and join the new
all media adventure before November 3rd.

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


Current Thread