Re: [xsl] listing elements & sub-elements in a seqence - skiping elemts if sub-elemts are present

Subject: Re: [xsl] listing elements & sub-elements in a seqence - skiping elemts if sub-elemts are present
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 24 Jul 2006 15:37:57 +0100
me> but if you put in the obvious missing syntax 

when adding the missing "(" it's a good idea to add the missing ")" at the
same time...
<xsl:for-each select="//section[not(subsection)]|//section/subsection"
                                              ^
                                              ^

David

Current Thread