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

Incrementing a Global variable

Subject: Incrementing a Global variable
From: Rajendra S Rawat <rajsrawat@xxxxxxxxx>
Date: Mon, 25 Aug 2003 03:37:08 -0700 (PDT)
fo backgroud image
This drawback of XSL/XSL:FO is quite frustating



I want something like this 
--------------------------------------
|Sl No | STUDENT NAME     | TOption   |
--------------------------------------
| 1    |  SAM             |  English  | <-
position()=1
--------------------------------------
| 2    |  RAJ             |  English  | <-
position()=2
--------------------------------------
| 3    |  RON             |  English  | <-
position()=3
--------------------------------------
| 4    |                  |           |
--------------------------------------
| 5    |  JON             |  German   | <-
position()=4
--------------------------------------
| 6    |  DON             |  German   | <-
position()=5
--------------------------------------
| 7    |                  |           |
-------------------------------------- 
| 8    |  MON             |  Hebrew   | <-
position()=6
--------------------------------------
| 9    |  GON             |  Hebrew   | <-
position()=7
--------------------------------------
| 10   | TOTAL= 7         |           |
--------------------------------------
| 11   |                  |           |
--------------------------------------
| 12   |                  |           |
--------------------------------------
| 13   |                  |           |
-------------------------------------- 
| 14   |                  |           |
--------------------------------------
| 15   |                  |           |
--------------------------------------

Pl. Note 
1. the rows with out values
2. position() is not same as Sl No.
3. blank rows continues till end of page
4. after first break diff between position() and Sl
No. is 1 (then after second break 2 ....)
5. this is only a very tiny part of xml/output used to
just illustrate the problem, So I cannot use static
sl. no. (it is in a <xsl:for-each select="Student"
..loop)


I have however created above table (breaks by grouping
and extra blank-rows by recursion)

but could not get Sl. No. ordered
I can get something like
--------------------------------------
|Sl No | STUDENT NAME     | TOption   |
--------------------------------------
| 1    |  SAM             |  English  | <-
position()=1
--------------------------------------
| 2    |  RAJ             |  English  | <-
position()=2
--------------------------------------
| 3    |  RON             |  English  | <-
position()=3
--------------------------------------
|      |                  |           |
--------------------------------------
| 4    |  JON             |  German   | <-
position()=4
--------------------------------------
| 5    |  DON             |  German   | <-
position()=5
--------------------------------------
|      |                  |           |
--------------------------------------
| 6    |  MON             |  Hebrew   |<- position()=6
--------------------------------------
| 7    |  GON             |  Hebrew   |<- position()=7
--------------------------------------
| 10   | TOTAL= 7         |           |
--------------------------------------
| 11   |                  |           |
--------------------------------------
| 12   |                  |           |
--------------------------------------
| 13   |                  |           |
-------------------------------------- 
| 14   |                  |           |
--------------------------------------
| 15   |                  |           |
--------------------------------------


I got last sl no.(10-15) ordered by using 
1. break-count(here 2) 
2. Student nodes count(here 7) 
3. total no. of rows (here 15)(fixed)

Actual Problem is to print Sl No.(Here 1 to 9)

Only solution I suppose, is adding 1,2... after
1st,2nd... breaks but for that I require a global
variable which I can increment and add after every
break.........BUT....in XSL  variables are read
only!!!!!!!


can anybody show me a way? 

(Pl. Also Note Final out put is in PDF.Can it be
achieved with FO .....with backgroud image or Absolute
Positioning...

for this problem I also tried ft:assign but failed to
use it

Has any body used ft:assign? )




tia

Regards,
Raj

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

 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.