xsl-list
[Top] [All Lists]

Re: xsl conditional: finding the right node

2004-02-12 20:32:33
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



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