xsl-list
[Top] [All Lists]

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

2006-07-24 07:38:16

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--