On Jul 20, 2006, at 11:34, pat wrote:

Hi,

I'm back again. I need to number the table rows, but table rows on each page
starts counting from '1'. The sample is:
<snip />

Ouch! Tough one, and I'm afraid even outright impossible when you don't have control over the page-breaks. :(

Read this latter as: "...when you're not adding your own break-*='page'"

If you were using only explicit page-breaks, then it would become a question of grouping the source nodes that correspond to/generate the rows, in combination with xsl:number.

Alas, if some page-breaks are generated by the formatter, there is no way to know where on the page a given row will end up.



Cheers,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to