Subject: Re: xsl conditional: finding the right node
From: Allin Cottrell <cottrell@xxxxxxx>
Date: Thu, 12 Feb 2004 22:32:33 -0500 (EST)
|
On Thu, 12 Feb 2004, G. Ken Holman wrote:
> XPath tests can return true/false on the presence of child or
> descendent nodes.
Ah, that's what I wanted.
> <xsl:for-each select="command">
> <xsl:for-each select="basic-command-element-child-stuff">
> </xsl:for-each>
> <xsl:if test="table-stuff-element-child"> ...
> I hope this helps.
Very much. Thank you.
Allin Cottrell.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|