xsl-list
[Top] [All Lists]

Re: [xsl] Merging elements within a range using a key

2006-05-02 05:46:30
David,

The odd code is to prevent outputting (sub)categories which will have no rows... categories are always complete, rows may be a subset.

I expected <xsl:if test="$row-test"> to work, but it seems to always be true, even if there are no rows in the range.

 there seemed to be
 something a bit odd about
     <xsl:if test="string-length($row-test) > 0">
     <xsl:choose>
      <xsl:when test="category">
  which is apparently testing for category children of the current
 category element.

Thanks,
Mike B

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


--~------------------------------------------------------------------
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>
--~--