[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

not(not() and not())

Subject: not(not() and not())
From: Gustaf Liljegren <gustafl@xxxxxxxxxx>
Date: Sun, 17 Nov 2002 05:14:58 +0100
 not(not() and not())
I seem to have a problem with logic. Can someone explain why this XPath
expression:

<!-- Paint border unless it's the last row in the last rowgroup. -->
<xsl:if test="not(not(parent::tr/following-sibling::tr) and
              not(ancestor::tbody/following-sibling::tbody))">
  <xsl:call-template name="draw-border-bottom"/>
</xsl:if>

is not exactly the same as this:

<!-- Paint border unless it's the last row in the last rowgroup. -->
<xsl:if test="parent::tr/following-sibling::tr and
              ancestor::tbody/following-sibling::tbody">
  <xsl:call-template name="draw-border-bottom"/>
</xsl:if>

The first gives the correct result, but the second paints borders only on
all but the last rowgroup. Shouldn't "... and ..." always be the same as
"not(not(...) and not(...))"? If not, is it a better way to write the above?

Gustaf


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.