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 the xml structure
thats why i need to EXSLT to so that i can write a script add a custom
number to each row and then use that number to do a page break.
Hope have explained enough
The EXSLT node-set function is available in Xalan. You can use it just as you would in any XSLT processor that supports EXSLT.

In the future, please ask questions like this on either the Xalan-C or Xalan-J user list.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org

Reply via email to