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 additional commands, e-mail: [EMAIL PROTECTED]



AW: page-break in block

2003-01-20 Thread "Zieseniß, Markus"
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?)

thanks
Markus

> -Ursprüngliche Nachricht-
> Von:  Oleg Tkachenko [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Montag, 20. Januar 2003 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-container.
> 
> -- 
> Oleg Tkachenko
> eXperanto team
> Multiconn Technologies, Israel
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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



AW: AW: page-break in block

2003-01-20 Thread "Zieseniß, Markus"
I've to generate a .pdf-letter (up to 3 pages) . The flow text is brought by
xml-file.
So the text on a page is variable. Some text-sections (fo:blocks) are not
allowed to be separated
by a page-break, they have to be written on the next page. I heard of the
"page-break-inside"-attribute, which should do it, but up to now it doesn't
work ("page-break-inside is not implemented yet").

thanks
Markus   

> -Ursprüngliche Nachricht-
> Von:  Oleg Tkachenko [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Montag, 20. Januar 2003 14:58
> An:   [EMAIL PROTECTED]
> Betreff:      Re: AW: page-break in block
> 
> 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?
> 
> -- 
> Oleg Tkachenko
> eXperanto team
> Multiconn Technologies, Israel
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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



AW: Suppress new line creation in a fo:block

2003-02-05 Thread "Zieseniß, Markus"
try it with table:



  
  
  


 

 MyCompany
   
   
  
   
   
 Date
   
   
   


best regards
Markus
> -Ursprüngliche Nachricht-
> Von:  Celine Murphy [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Mittwoch, 5. Februar 2003 16:32
> An:   Fop-User (E-mail)
> Betreff:  Suppress new line creation in a fo:block
> 
> Hi,
>  
> I am trying to place text thus:
>  
> MyCompany
> MyDate
>  
> currently i am using  which works but if the length of either
> of these changes then it goes on to a new line. I would ideally like to
> use a fo:block and suppress the new line creation and just align the text
> to the end of the page. Is this possible?? If so can anyone show me how to
> do it??
>  
> Regards
>  
> Celine
> 
> 
> This e-mail and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you are not the intended recipient, you should not copy,
> retransmit or use the e-mail and/or files transmitted with it and should
> not disclose their contents. In such a case, please notify
> [EMAIL PROTECTED] and delete the message from your own system.
> Any opinions expressed in this e-mail and/or files transmitted with it
> that do not relate to the official business of this company are those
> solely of the author and should not be interpreted as being endorsed by
> this company.
> 

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



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 graphic,
but this also does not work. Can anybody help me?

Thanks in advance
Markus 

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



AW: suppress sign in header on last page

2003-02-05 Thread "Zieseniß, Markus"
I also thought so, but page-position="last"  did not work. 
 

> -Ursprüngliche Nachricht-
> Von:  Toufic Nehme [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Mittwoch, 5. Februar 2003 18:29
> An:   [EMAIL PROTECTED]
> Betreff:  Re: suppress sign in header on last page
> 
> Hi,
> I had the same problem and somebody on this list suggested something like
> this.
> 
> 
> page-height=""
>page-width=""
>margin-top=""
>margin-bottom=""
>margin-left=""
>margin-right="">
>   
>   
>   
>   
> 
> page-height=""
>page-width=""
>margin-top=""
>margin-bottom=""
>margin-left=""
>margin-right="">
>
> 
> 
> 
> 
> 
> 
> 
> master-reference="lastPage"
> page-position="last" />
>     master-reference="others"/>
> 
>   
>   
> 
> In your   you can specify
> what
> ever you want 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 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
> graphic,
> > but this also does not work. Can anybody help me?
> >
> > Thanks in advance
> > Markus
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
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 PROTECTED]
> Betreff:  Re: Calculate number of pages without complete
> rendering-process was: Re: Counting the number of pages generated in the
> pdf file
> 
> alex elsholz wrote:
> > but thats not what i want.
> > 
> > I'm looking for an solution to calculate the number of pages without the
> > complete rendering process.
> 
> Great idea. If you tell me how to do it, I'll implement it.
> Note: In general, you can't know how many pages a text fills
> unless you actually filled the pages with the text.
> 
> > an own wrapper? why doesnt exists a default-wrapper? How could i
> implemet
> > this?
> I took the freedom to delete the code you generously pseudo-quoted
> from the FAQ and which does exactly what you described.
> 
> J.Pietschmann
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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



AW: Page Numbers

2003-02-07 Thread "Zieseniß, Markus"
in your simple-page-master master-name="main" you have to insert
.

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 Numbers
> 
> I'm trying to get page numbers to appear in a PDF document using the
> following code:
> 
> http://www.w3.org/1999/XSL/Format";>
>   
>page-height="29.7cm" page-width="21cm" margin-top="2cm"
> margin-bottom="2cm"
> margin-left="2cm" margin-right="1.2cm">
>   
>   
>master-name="single">
>master-name="main"/>
>   
>   
>initial-page-number="1">
>   
>flow-name="xsl-region-after">
>font-size="10pt" font-family="serif" line-height="14pt"> Test - p.
>  
>   
>   
>   
>   
>   
>   
> 
> But I keep getting the following warning:
> WARNING: region-name 'xsl-region-after' doesn't exist in the
> layout-master-set.
> 
> and no page numbers.
> 
> How and where do I add xsl-region-after to the  in
> order to get it to work?
> 
> 
> More importantly, is there a comprehensive tutorial on FOP anywhere which
> explains what each of the elements and attributes do? So far I've only
> come
> across examples and getting anything to work is a 3 hour exercise in
> banging
> my head against the desk :)
> 
> 
> Many thanks in advance,
> 
> Ben
> 
> 
> __
> 
> CONFIDENTIALITY NOTICE
> This communication and the information it contains is intended for the
> person or organisation to whom it is addressed.  Its contents are
> confidential and may be protected in law.  Unauthorised use, copying or
> disclosure of any of it may be unlawful.  If you are not the intended
> recipient, please contact us immediately.
> 
> The contents of any attachments in this e-mail may contain software
> viruses, which could damage your own computer system.  While Marlborough
> Stirling has taken every reasonable precaution to minimise this risk, we
> cannot accept liability for any damage which you sustain as a result of
> software viruses.  You should carry out your own virus checking procedure
> before opening any attachment.
> 
> Marlborough Stirling plc, Registered No. 3008820,
> Allen Jones House, Jessop Avenue, Cheltenham, Gloucestershire, GL50 3SH
> Tel: 01242 547000 Fax: 01242 547100
> http://www.marlborough-stirling.com
> 
> The following companies are subsidiaries of Marlborough Stirling plc and
> are registered in England and Wales at the above address:
> Marlborough Stirling PLC, Registered No. 3008820
> The Marlborough Stirling Group PLC, Registered No. 1855353
> Marlborough Stirling Administration Limited, Registered No. 2341195
> Metgem Limited, Registered No. 02341195
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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



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: 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:








Seite ,














greetings Markus

> -Ursprüngliche Nachricht-
> Von:  andrew mercer [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Montag, 24. Februar 2003 12:15
> An:   [EMAIL PROTECTED]
> Betreff:  How do I rest Page Number to 1 for each new section/chapter
> 
> Hi,
> 
> Sorry if this is in the Archive, I have searched it and the FAQ to no
> avail.
> 
> I am trying to create a pdf file from an xml file that is converted 
> using fop. The layout is based mainly on tables/rows etc.
> 
> I can successfully create the document, however I have many sections 
> within the whole document that need to to be numbered separatley. 
> Therefore at the start of each new section the page number should revert 
> to one and then increment by one for each new page.
> 
> At present the page numbers will keep incrementing from the initial 
> value of one for each new page so they relate to the number of pages for 
> the whole document.
> 
> My xsl document is available if that helps.
> 
> Thanks Andrew Mercer
> -- 
> 
> 
> Andrew Mercer, Sundayta Ltd. http://www.sundayta.com
> iDocSys for Document Management. VisibleResults for Fundraising.
> Development and Hosting of Web Applications and Sites.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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



AW: keep-together / blind tables

2003-03-04 Thread "Zieseniß, Markus"
Let's try this code (I  did not test it):

substitute:







through:




.




> -Ursprüngliche Nachricht-
> Von:  Matthias Brunner [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Montag, 3. März 2003 19:25
> An:   [EMAIL PROTECTED]
> Betreff:  keep-together / blind tables
> 
> Hello,
> 
> I know this is a FAQ but I did not find anything appropriate to my 
> specific problem.
> I have paragraphs with a heading and, of course, I do not want the 
> heading to be left alone on one page with the paragraphs being on 
> the next one.
> 
> ---excerpt---
> 
> 
>   
>   
>   
> 
> 
> 
> 
> 
>   
> 
> 
> 
> 
> 
>   
> 
> 
> 
> ---excerpt---
> 
> 
> keep-with-next works, the heading is never left alone.
> But even if a paragraph is half a page in size it is not seperated 
> any more thus leaving ugly blank spots on the pages. (strange ASCII 
> art example attached below :)
> What can I do to allow the separation of this paragraph?
> 
> 
> Thanks in advance,
> Matthias
> 
> 
> Example:
> p1
> 
> 
> 
> content
> content
> content
> 
> EMPTY
> EMPTY
> EMPTY
> EMPTY
> ---
> p2
> 
> 
> 
> content
> content
> content
> content
> content
> content
> content
> 
> 
> 
> 
> 
> INSTEAD OF:
> p1
> 
> 
> 
> content
> content
> content
> 
> 
> 
> content
> content-
> ---
> p2
> 
> content
> content
> content
> content
> content
> 
> EMPTY
> EMPTY
> EMPTY
> EMPTY
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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