[xsl] Continue seqlist numbering

Subject: [xsl] Continue seqlist numbering
From: "Norma Yeazell" <Nyeazell@xxxxxxxxx>
Date: Mon, 5 Jan 2004 10:51:46 -0500
I have two seqlist lists in a row in my xml like:
 
<seqlist>
<item>this is item 1</item>
<item>this is item 2</item>
<item>this is item 3</item>
</seqlist>
<seqlist>
<item>this is item 1</item>
<item>this is item 2</item>
<item>this is item 3</item>
</seqlist>
 
I can get it to number them but I need the second list to be numbered
starting with the last item from the first list.
I've tried <xsl:number count="item" level="multiple" format="1.1.1"/>
for the second list but I'm still getting 1.2.3.
 
The outcome should look like.
 
1. this is item 1
2. this is item 2
3. this is item 3
 
    3.1. this is item 1
    3.2. this is item 2
    3.3. this is item 3
 
Any help is appreciated.
Thanks


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


Current Thread