text-decoration in page-number-citation

2005-03-02 Thread William Brogden
I am trying to get text-decoration="underline" in a page-number-citation to work. I have tried both the containing block and the page-number-citation element itself. The result inherits the font and color from the block but is not underlined. Is this a known problem or am I just not using the righ

Re: Using FOP with docbook

2005-03-02 Thread JBryant
DocBook will make a fine test case for the new FOP, though. If the upcoming version can handle all the things that DocBook can do, it'll be a truly excellent tool. Jay Bryant Bryant Communication Services (presently consulting at Synergistic Solution Technologies) "J.Pietschmann" <[EMAIL PRO

Re: Using FOP with docbook

2005-03-02 Thread Simon Pepping
On Wed, Mar 02, 2005 at 06:36:30PM +1300, Peter Harrison wrote: > > Is the new FOP in development ready to be used, or should I stick with > the current released version? I think not. I was not successful formatting the FOP DnI documentation with the development code. Regards, Simon -- Simon P

Re: Using FOP with docbook

2005-03-02 Thread J.Pietschmann
Peter Harrison wrote: We have started using docbook and using our existing FOP processing along with Ant. It appears that certain things are not supported in the currently released FOP - such as keeping a heading and the first paragraph together, not breaking up paragraphs, and not breaking figure

Re: Page Size

2005-03-02 Thread Vincent Hennebert
I don't think it's a Fop-related problem. First: as Glen asked, do you want ps or pdf output (or both)? If you just want to print your document then ps is fine. Fop can directly generate ps (and I believe it does it as well as pdf): fop file.fo -ps file.ps Then you can use psbook to re-order the

RE: External link

2005-03-02 Thread Puppala, Kumar (LNG-DAY)
Which version of Acrobat Reader are you using? Try to update it with the latest version. Does not seem to be a rendering issue. Thanks, Kumar Puppala -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 7:54 AM To: [EMAIL PROTECTED] Subjec

Re: External link

2005-03-02 Thread Louis . Masters
I use the following with no problems: http://www.log-net.com";>Copyright © 1993-2005 LOG-NET, INC. Confidential -Lou ~~ LOG-NET, Inc. The Logistics Network Management System ~~ 230 Half Mile Road Third Floor Red Bank, NJ 07701 PH

Re: Multiply PDF from one XML

2005-03-02 Thread JBryant
Yes. Use the xsl:result-document feature of XSL2 (which pretty much means using Saxon 8 as your XSL processor) or use an extension function (check out EXSLT for a good set of them). That lets you create multiple FO files from one XSL file applied to one (or more) XML files. Then you can run FOP

External link

2005-03-02 Thread Joern . Karthaus
How can I link to a external dokument with FOP http://www.google.com";>Google doesent work. Acrobat Reader says No URI plugin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Multiply PDF from one XML

2005-03-02 Thread Miroslav Pukhalsky
Hi there! Can I get more than one PDF file using one XML file with data and XSL-FO transformation? Miroslav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using FOP with docbook

2005-03-02 Thread Peter Harrison
We have started using docbook and using our existing FOP processing along with Ant. It appears that certain things are not supported in the currently released FOP - such as keeping a heading and the first paragraph together, not breaking up paragraphs, and not breaking figure headings from the figu

Re: Page Size

2005-03-02 Thread Glen Mazza
I can't answer your question but to help others who may be able to, could you clarify whether you want PS or PDF output? (Or both?) Thanks, Glen --- Uwe Kubosch <[EMAIL PROTECTED]> wrote: > Hi! > > We are using FOP to produce a book and most issues > have been > successfully dealt with. > >

RE: check to see if newpage is created

2005-03-02 Thread Roland Neilands
Yes, the comment states what my code is doing. It would have to be modified accordingly for this case, ie - retrieve-position="first-starting-within-page" - set the static description at the start not the end. - formatting etc. Note for markers this comes from the setting block not the retriev

RE: check to see if newpage is created

2005-03-02 Thread Glen Mazza
I'm confused about the comment: But we don't want to see the text "continued" until (=up to) the last page--we *do* want to see it on the last page, and every page, except the first. Is your code doing this or are is it solving the above issue instead? Thanks, Glen --- Roland Neilands <[EMAIL

RE: check to see if newpage is created

2005-03-02 Thread Roland Neilands
Some working code: ... fo:static-content: ... In the fo:flow (each iteration): Continued ... ... At the end: More detail: http://marc.theaimsgroup

Page Size

2005-03-02 Thread Uwe Kubosch
Hi! We are using FOP to produce a book and most issues have been successfully dealt with. Currently we are struggling with page size. We set page size to be 29.7 by 21 cm in the simple-page-master tag. We need to be able to reorder and resize the pages for folded printing. That means putting pa

RE: check to see if newpage is created

2005-03-02 Thread Glen Mazza
Are you sure? If I understand the question correctly he wants a different title on page 2 (and 3, and 4, and 5...) from page 1. For example: Page One: ACME INVOICE Page Two & onwards:ACME INVOICE (cont'd). Would markers really help here? Glen --- Roland Neilands <[EMAIL PROTECTED]> wrote

RE: check to see if newpage is created

2005-03-02 Thread Roland Neilands
Markers sound much easier for this. See examples\fo\markers\ included in the FOP distribution. Plenty of examples in the list archive too. Cheers, Roland > -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 2 March 2005 10:48 AM > To: [EMAIL PROTECTED] > S