Subject: RE: Re: <xsl:choose> or variable syntax incorrect?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 27 Sep 2003 10:06:53 +0100
|
> If there are no <board> elements in the <station> element,
You only need to check _this_ Station element?
That wasn't at all clear from your suggested code //Station searches teh
entire document looking for station elements.
Checking if this node has board grandchildren is just
<xsl:if test="boards/board">
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|