Re: [xsl] optional children

Subject: Re: [xsl] optional children
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 21 Oct 2002 13:47:01 +0200
Andrew Welch wrote:

I want to output  if and only if element  has child *, with
optional children  and .
*

What about <xsl:template match="a[count(b|c|d) = count(*)]"> <foo/> </xsl:template>

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


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



Current Thread