Re: unwanted blank page because of page count

2004-05-26 Thread Chris Bowditch
Clay Leeds wrote:
snip/
I guess that's possible. It's also possible that whatever problem you're 
having is due to portions of fop-0.20.5 not yet in compliance with the 
spec (FOP is 'moving towards' the spec, but check the Compliance page[1] 
to (currently shows 'basic' compliance, but not 'extended' nor 
'complete' compliance with force-page-count object).
Compliance is either Yes, No or Partial. The basic/extended/complete columns 
refer to which part of the spec that FO is categorised under. I know this has 
confused people before.

Nonetheless, trying every value for force-page-count might yield 
different/better results..
Alas, I feel that what Paul is trying to achieve may not be possible with 
XSL-FO.
Chris

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


Re: unwanted blank page because of page count

2004-05-25 Thread Clay Leeds
Paul,
On May 25, 2004, at 8:29 AM, Paul Tremblay wrote:
I need to insert just one blank page after page 6. The problem is, the
next page after page 7 must be page iii, which is an odd page. That
means that xsl-fo inserts *two* blank pages in order to make sure that
page iii starts on the right side.
The requirements for the thesis insist that one blank page be inserted
after page 6. Is there any way I can get xsl-of to insert just one 
blank
page?

My code is below.
Thanks
Paul
**
 fo:page-sequence master-reference=acknowledgements format=i 
initial-page-number=3 force-page-count=no-force
Can you confirm that the issue is not related to this FAQ:
http://xml.apache.org/fop/faq.html#blank-page-between-page-sequences
Perhaps there is something there which may help. Thanks!
Web Maestro Clay
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: unwanted blank page because of page count

2004-05-25 Thread Paul Tremblay
On Tue, May 25, 2004 at 08:55:20AM -0700, Clay Leeds wrote:
 
  fo:page-sequence master-reference=acknowledgements format=i 
 initial-page-number=3 force-page-count=no-force
 
 Can you confirm that the issue is not related to this FAQ:
 
 http://xml.apache.org/fop/faq.html#blank-page-between-page-sequences
 
 Perhaps there is something there which may help. Thanks!
 
 Web Maestro Clay
 
 

Thanks for your response. I had already looked at that FAQ. That's how I
knew to put the force-page-count=no-force in the page sequence
element.

Perhaps my problem is an issue with xsl-fo and not with fop? Maybe
xsl-fo *always* forces odd pages to start on odd pages, regardless of
the force-page-count attribute?

Thanks

Paul

-- 


*Paul Tremblay *
[EMAIL PROTECTED]


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



Re: unwanted blank page because of page count

2004-05-25 Thread Clay Leeds
Paul,
On May 25, 2004, at 9:20 AM, Paul Tremblay wrote:
On Tue, May 25, 2004 at 08:55:20AM -0700, Clay Leeds wrote:
fo:page-sequence master-reference=acknowledgements format=i
initial-page-number=3 force-page-count=no-force
Can you confirm that the issue is not related to this FAQ:
http://xml.apache.org/fop/faq.html#blank-page-between-page-sequences
Perhaps there is something there which may help. Thanks!
Web Maestro Clay
Thanks for your response. I had already looked at that FAQ. That's how 
I
knew to put the force-page-count=no-force in the page sequence
element.

Perhaps my problem is an issue with xsl-fo and not with fop? Maybe
xsl-fo *always* forces odd pages to start on odd pages, regardless of
the force-page-count attribute?
Thanks
Paul
I guess that's possible. It's also possible that whatever problem 
you're having is due to portions of fop-0.20.5 not yet in compliance 
with the spec (FOP is 'moving towards' the spec, but check the 
Compliance page[1] to (currently shows 'basic' compliance, but not 
'extended' nor 'complete' compliance with force-page-count object).

Nonetheless, trying every value for force-page-count might yield 
different/better results..

Web Maestro Clay
[1]
http://xml.apache.org/fop/compliance.html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]