AW: keep-together / blind tables

2003-03-04 Thread Zieseniß, Markus
Let's try this code (I did not test it): substitute: fo:table-row fo:table-cell xsl:apply-templates select=paragraph/ /fo:table-cell /fo:table-row through: xsl:for-each select=paragraph fo:table-row

AW: How do I rest Page Number to 1 for each new section/chapter

2003-02-24 Thread Zieseniß, Markus
I would put a for-each loop around the main page-sequence like: xsl:for-each select=ChAPTER fo:page-sequence master-reference=alleSeiten initial-page-number=1 fo:static-content flow-name=xsl-region-after fo:block

counting variable

2003-02-17 Thread Zieseniß, Markus
Hello, is there a possibility to create a variable, which can count elements of my letter? Thanks in adavance Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Calculate number of pages without complete rendering-process was: Re: Counting the number of pages generated in the pdf file

2003-02-07 Thread Zieseniß, Markus
I also do not understand the wrapper example to count all pages of a document. Has anybody tested that and can explain how to implement? greetings Markus -Ursprüngliche Nachricht- Von: J.Pietschmann [SMTP:[EMAIL PROTECTED] Gesendet am: Mittwoch, 5. Februar 2003 22:32 An: [EMAIL

AW: Page Numbers

2003-02-07 Thread Zieseniß, Markus
in your simple-page-master master-name=main you have to insert fo:region-after extent=1cm/. That should work. Markus -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Gesendet am: Freitag, 7. Februar 2003 12:13 An: [EMAIL PROTECTED] Betreff: Page

AW: Suppress new line creation in a fo:block

2003-02-05 Thread Zieseniß, Markus
try it with table: fo:table table-layout=fixed fo:table-column column-width=60mm/ fo:table-column column-width=30mm/ fo:table-column column-width=60mm/ fo:table-body fo:table-row fo:table-cell fo:blockMyCompany/fo:block /fo:table-cell fo:table-cell

suppress sign in header on last page

2003-02-05 Thread Zieseniß, Markus
Hello, I have a floating text (1..n pages) and need a sign for our inserter (enveloping machine), which appears on all pages except the last. I tried to put the inserter-sign in the header, but this sign is also printed on the last page. Then I tried to overwrite this sign by a white-bitmap

AW: suppress sign in header on last page

2003-02-05 Thread Zieseniß, Markus
on the header of the last page. and if you need more details see: http://www.dpawson.co.uk/xsl/sect3/bk/ch05.html I hope this help. Zieseniß, Markus wrote: Hello, I have a floating text (1..n pages) and need a sign for our inserter (enveloping machine), which appears on all pages

page-break in block

2003-01-20 Thread Zieseniß, Markus
Hello, I use fop 0.20.4 and want to produce a pdf-file of .xml and .xsl. What can I do, that a fo:block is not be separated by an automatic page-break. thanks in advance Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For

AW: page-break in block

2003-01-20 Thread Zieseniß, Markus
14:24 An: [EMAIL PROTECTED] Betreff: Re: page-break in block Zieseniß, Markus wrote: I use fop 0.20.4 and want to produce a pdf-file of .xml and .xsl. What can I do, that a fo:block is not be separated by an automatic page-break. Don't use it or encapsulate into fo:inline

AW: AW: page-break in block

2003-01-20 Thread Zieseniß, Markus
Zieseniß, Markus wrote: inline-container does not work (the table in the block is pushed together). Does the actual version solve this problem (the whole block appears on the next page?) Well, right, inline-container is not implemented. What are you trying to achieve actually