xsl-list
[Top] [All Lists]

RE: randlist followed by randlist with different indents

2003-12-31 15:02:57
At 2003-12-30 09:26 -0500, Norma Yeazell wrote:
Thanks Ken, this works but I left out one little detail. The first
randlist starts with a bullet the second with a en-dash and the third
with a bullet. Any ideas how I can make that work?

Yes, from an item do a test on the count of the parent's preceding-sibling randlist elements when doing the label:

  <xsl:choose>
    <xsl:when test="count(../preceding-sibling::randlist) mod 2 = 1">
       ...do a bullet...
    <xsl:otherwise>
       ...do an en-dash...

I hope this helps.

................................. Ken

--
North America (Washington, DC): 3-day XSLT/2-day XSL-FO 2004-02-09
Instructor-led on-site corporate, government & user group training
for XSLT and XSL-FO world-wide:  please contact us for the details

G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 0-13-140374-5                               Definitive XSL-FO
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X               Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:     http://XMLGuild.info
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


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



<Prev in Thread] Current Thread [Next in Thread>