Re: help on EXLST function using Xalan

2009-10-14 Thread David Bertoni
naijacoder wrote: Keshlam thanks for the reply. I don't think xsl:number is what i need. Please look at my xml very well. What i want to achieve is a page break as this is an invoice and it will be printed. I have tried using position() which is also a standard xslt but i can't use it because of

Re: help on EXLST function using Xalan

2009-10-13 Thread naijacoder
Keshlam thanks for the reply. I don't think xsl:number is what i need. Please look at my xml very well. What i want to achieve is a page break as this is an invoice and it will be printed. I have tried using position() which is also a standard xslt but i can't use it because of the xml structure t

Re: help on EXLST function using Xalan

2009-10-13 Thread keshlam
What you're looking for is the xsl:number directive. Standard XSLT, not an EXSLT library function. __ "... Three things see no end: A loop with exit code done wrong, A semaphore untested, And the change that comes along. ..." -- "Threes" Rev 1.1 - Duane Elms