sum group by page

2001-11-13 Thread Andrey Kolchanov
Hello, all. Can I compute sum of nodes located on the page? PS Sorry for my english. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

OPI-Images

2001-11-13 Thread Thomas Kübler
hallo to all, i need to integrated a opi-interface in fop. can somebody told me where i can get the position data from a image. thanks. thomas kübler

Re: Question on XSLTInputHandler

2001-11-13 Thread Ulrich Mayring
Shkuro, Yuri wrote: import javax.xml.transform.Source; import javax.xml.transform.Result; import javax.xml.transform.stream.StreamSource; import javax.xml.transform.sax.SAXResult; import javax.xml.transform.Templates; import javax.xml.transform.Transformer; I'd like to implement this

[GUMP] Build Failure - Fop

2001-11-13 Thread Sam Ruby
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2001-11-13/xml-fop.html Buildfile: build.xml init-avail: init-filters-xalan2: [copy] Copying 1

Table header continued extension: what about footer?

2001-11-13 Thread Raymond Penners
Hi, I have hacked together a FOP extension using which I am able to place a label Continued next to the header whenever a table spans more than one page. So far so good. However, the continuation heading was only part of the problem. One other issue is to place a continued label below each

RE: Question on XSLTInputHandler

2001-11-13 Thread Alistair Hopkins
Is there any sign of a Java Api for Fo processing? I can't find a reference to it, and I'm afraid I find the Fo Api a tad confusing. Alistair -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 12:15 PM To: [EMAIL PROTECTED] Subject: Re:

FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-13 Thread Matthias Fischer
What a pitty, no marvellous solutions have been put into my mailbox before this morning... To balance this, my colleagues and I got a bit further: Anybody trying to get usable documents out of the FOP/Cocoon engine should know: gif graphics seem to work, but only in the fo regions body and

AW: FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-13 Thread Beer, Christian
Hi!! There is a big problem with images that are too big for the region they should fit into. They are left away without warning, scaling, cutting or something!! I think this is a very big problem with fop!! Cheers Christian Beer

AW: FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-13 Thread Beer, Christian
Hi Matthias, did you specify a DPI for the JPGs or TIFFs?? If yes, that might be your problem! FOP doesn't consider any of this information! For example: If you insert a JPG with 1 cm x 1 cm at 300 DPI, it will become 4,16 cm x 4,16 cm because FOP uses 72 DPI! Christian

RE: Question on XSLTInputHandler

2001-11-13 Thread Shkuro, Yuri
If your string XML is going to be run through XSLT like Xalan, it WILL BE parsed anyway, and most likely it will be parsed using a SAX parser (the default Xalan behavior). Therefore there is no overhead whatsoever compared to what you would do in any other solution. In fact, if you look at the

DO NOT REPLY [Bug 4838] New: - Smaller text lost with strokeSVGText=false

2001-11-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4838. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

PDFs in IE using JSP

2001-11-13 Thread Todd McGrath
Hello, I have read the mailing list and FAQ with the issue I'm having with IE and found many helpful posts. I can create PDFs using JSPs to generate XML with stylesheet. Cocoon is configured as a filter (1.8.2) with FOP .20.1. In my code, I determine if a browser is IE 5 or IE 5.5 and set the

FW: DO NOT REPLY [Bug 4837] New: - Please add new versions forFOP

2001-11-13 Thread Pier Fumagalli
Heya... Someone let me know when this is done so that I can close this bug. Pier -- Forwarded Message From: [EMAIL PROTECTED] Date: 13 Nov 2001 14:12:56 - To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 4837] New: - Please add new versions for FOP DO NOT REPLY TO THIS EMAIL,

DO NOT REPLY [Bug 4839] New: - leader gets start-indent at start and end

2001-11-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4839. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

fixed positioning question

2001-11-13 Thread Attila Kertes
Hi, How can I use fixed positioning using XSL sheet? I can't find anything about it. I have to have texts on the printed document in a fixed position. How can I do this? (I have to prevent the automatic resizing of the table, for example if I have to use that.) Any idea is welcome. Thanks,

RE: Question on XSLTInputHandler

2001-11-13 Thread Steve Murray
Yuri, It makes sense that the FOP driver only needs SAX events. This solution is pretty neat and I wish I had thought of it (I pretty much do your steps 1-3,5 but not 4). However, I'm not sure that this is going to do much to solve any of the memory problems most people are having. In some of

image align

2001-11-13 Thread Amit Kirdatt
How do you align images..for example at start, end, center of the page etc. This is what my image block looks like fo:external-graphic src="http://localhost:8080/some.gif" content-height="3cm" content-width="8cm" / I tried "align=left" but that dosen't work and I tried other things but no

RE: image align

2001-11-13 Thread Branham, Paul
According to the short reference, you use before, center, or after. Paul Branham [EMAIL PROTECTED] 24/7 Media, Inc. Phone:(301)897-7722 -Original Message-From: Amit Kirdatt [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 13, 2001 12:37 PMTo: Fop FopSubject: image align

Re: image align

2001-11-13 Thread Amit Kirdatt
It is in the static-region before and I am trying to align it to the right side of the page instead of the default left - Original Message - From: Branham, Paul To: '[EMAIL PROTECTED]' Sent: Tuesday, November 13, 2001 12:12 PM Subject: RE: image align

Re: image align

2001-11-13 Thread Amit Kirdatt
thanks a lot ...it worked - Original Message - From: Branham, Paul To: '[EMAIL PROTECTED]' Sent: Tuesday, November 13, 2001 12:43 PM Subject: RE: image align The best way to achieve this would be similar to the following code, (Assuming that you don't have

Date

2001-11-13 Thread Amit Kirdatt
How do you insert todays date Is there something similar to page-number fo:page-number\ I tried fo:date\ that dosen't work. any ideas thanks Amit

DO NOT REPLY [Bug 4849] - Failure converting XML to PDF using docbook

2001-11-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4849. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: How do I position basic-links

2001-11-13 Thread Joshua.Kuswadi
Subject: How do I position basic-links so that the link is in the same location, i.e. on top of, the text I'm attempting to set a link for? Do you mean, fo:basic-link href=URLThis is the link text/fo:basic-link ? HTH, Joshua

show-destination property not supported

2001-11-13 Thread Colantino, John
The show-destination property (enabling basic-link destinations to be opened in a new browser window) appears to not be implemented in the version of FOP I'm using (fop.20.1). Is there a version that supports this property? Thanks.

horizontal line won't print?

2001-11-13 Thread Matt Savino
I've been using this constriction for the occasional horizontal line in my reports: fo:block text-align=center background-color=green space-before.optimum=4pt space-after.optimum=4pt line-height=1pt/fo:block I like it because it's independent of any table structures I insert it into.