xsl-list
[Top] [All Lists]

RE: randlist followed by randlist with different indents

2004-01-05 07:53:53
Thanks Ken, works great!



-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of G. 
Ken
Holman
Sent: Wednesday, December 31, 2003 5:03 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] randlist followed by randlist with different indents

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



Confidentiality Notice
The information contained in this e-mail is confidential and intended for use 
only by the person(s) or organization listed in the address. If you have 
received this communication in error, please contact the sender at O'Neil & 
Associates, Inc., immediately. Any copying, dissemination, or distribution of 
this communication, other than by the intended recipient, is strictly 
prohibited.


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



<Prev in Thread] Current Thread [Next in Thread>
  • RE: randlist followed by randlist with different indents, Norma Yeazell <=