RE: Choice of a XSL-Fo processor

2002-01-25 Thread Matthew L. Avizinis
, they feel more obligated?) Antenna -- don't know PassiveTex -- don't know HTH, Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772 ext. 101 www.gleim.com http://www.gleim.com -Original Message- From

multiple output files

2002-01-28 Thread Matthew L. Avizinis
-ref id=###pg#/x-ref x-ref id=###pg#/x-ref file name=goo.pdflast-page#/file x-ref id=###pg#/x-ref x-ref id=###pg#/x-ref x-ref id=###pg#/x-ref file name=goo.pdflast-page#/file /info much thanks in advance, Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim

RE: multiple output files

2002-01-29 Thread Matthew L. Avizinis
Thanks for your response, Joerg. Read on if you think you might be able to help me further. -Original Message- From: Joerg Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 10:04 AM To: FOP User Subject: Re: multiple output files Matthew L. Avizinis [EMAIL

RE: multiple output files

2002-01-29 Thread Matthew L. Avizinis
in a previous pdf, I will be able to get the correct PageNumber. thanks again, Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772 ext. 101 www.gleim.com http://www.gleim.com

RE: multiple output files

2002-01-29 Thread Matthew L. Avizinis
Aha, now I see what you're saying. Thanks. I'll try that. -Original Message- From: Joerg Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 11:35 AM To: FOP User Subject: Re: multiple output files Matthew L. Avizinis [EMAIL PROTECTED] wrote: Judging

RE: Security on FOP

2002-02-06 Thread Matthew L. Avizinis
be able to process multiple files at one time. Although, not the ideal solution, it works for us. Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772 ext. 101 www.gleim.com http://www.gleim.com

table-cell content justify

2002-03-14 Thread Matthew L. Avizinis
. Is there a way to keep it all within the boundaries of the cell, or is it necessary to calculate how much space the text occupies in the cell and then make a good estimate of, i.e. calculate by, the length of the leader? Any suggestions? thank you in advance, Matthew L. Avizinis Gleim Publications, Inc

RE: fop-0.20.3: table cell data on same page

2002-03-28 Thread Matthew L. Avizinis
] Subject: Re: fop-0.20.3: table cell data on same page Hm.. still does not work.. What is really wrong with my code then Matthew L. Avizinis wrote: I've found that you have to have fo:table-row keep-with-next=always fo:table-cell fo:block.../fo:block/fo:table-cell

RE: When a page is not a page

2002-03-30 Thread Matthew L. Avizinis
* $currentpage) + 1/ for the left page number and xsl:value-of select=(2 * $currentpage) + 2/ for the right page number hth, Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772 ext. 101 www.gleim.com http

RE: When a page is not a page

2002-03-30 Thread Matthew L. Avizinis
: Matthew L. Avizinis [mailto:[EMAIL PROTECTED] Sent: Friday, March 29, 2002 8:43 PM To: [EMAIL PROTECTED] Subject: RE: When a page is not a page I believe this will not work as Wayne intends. Page numbers will be generated sequentially starting with the initial-page-number. So, this might

RE: When a page is not a page

2002-03-30 Thread Matthew L. Avizinis
-number? What I really need is a way of determining the number of the current column, based on column count and page number,but this also eludes me. WPE - Original Message - From: Matthew L. Avizinis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 30, 2002 9:42 AM

RE: When a page is not a page

2002-04-01 Thread Matthew L. Avizinis
Right. So, you'll end up with NaN, which is what I get when I attempted this before brain was engaged. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Sunday, March 31, 2002 5:40 AM To: [EMAIL PROTECTED] Subject: Re: When a page is not a page Matthew L

RE: Error

2002-04-02 Thread Matthew L. Avizinis
Imho, it's more than likely that it's the [ERROR] null at the end that's causing the problem, not the too-wide tables. I don't know precisely what would be causing it, however. Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606

RE: how to print page count ?

2002-04-02 Thread Matthew L. Avizinis
Put something like fo:block id=EndOfDocument/ at the end of your document. Then wherever you need page X of Y insert, page fo:page-number/ of fo:page-number-citation ref-id=EndOfDocument/ You might find http://zvon.org/xxl/xslfoReference/Output/index.html useful. Matthew L. Avizinis mailto

RE: SVG rendering in release 0.20.3

2002-04-13 Thread Matthew L. Avizinis
[mailto:[EMAIL PROTECTED] Sent: Friday, April 12, 2002 2:41 AM To: [EMAIL PROTECTED] Subject: Re: SVG rendering in release 0.20.3 I suspect this is a base url problem. Are you embedding?, is the base directory set? Is your URL correct? On 2002.04.12 03:39 Matthew L. Avizinis wrote: Hello all

RE: SVG rendering in release 0.20.3

2002-04-13 Thread Matthew L. Avizinis
I believe either of these would be in scope: svg xmlns:xlink=http://www.w3.org/1999/xlink; viewBox=0 0 {number(@width+1)* or image xmlns:xlink=http://www.w3.org/1999/xlink; . It still doesn't work with the new batik.jar. Anything else to check? thanks, matthew l. avizinis -Original

page-number-citation defect?

2002-04-13 Thread Matthew L. Avizinis
/xsl:choose /xsl:for-each thanks in advance for suggestions, Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772 ext. 101 www.gleim.com http://www.gleim.com

RE: page-number-citation defect?

2002-04-13 Thread Matthew L. Avizinis
However, if I use a break-after=page in the previous block instead the page-number-citation works fine and emits all page numbers as expected. -Original Message- From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED] Sent: Saturday, April 13, 2002 1:09 PM To: [EMAIL PROTECTED] Subject

RE: SVG rendering in release 0.20.3

2002-04-16 Thread Matthew L. Avizinis
Then why would the image display correctly in the Batik viewer 1_1_1? And why would it render correctly when I use the previous version of the batik.jar instead of the current one? This is what is mysterious to me. Still wondering and trying, matthew l. avizinis -Original Message

RE: How do I stop table cell wrapping?

2002-05-03 Thread Matthew L. Avizinis
I seem to recall that the fo:block wrap-option=wrap | no-wrap attribute works in cells. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Friday, May 03, 2002 4:12 PM To: [EMAIL PROTECTED] Subject: Re: How do I stop table cell wrapping? John Bourke wrote:

RE: How do I stop table cell wrapping?

2002-05-03 Thread Matthew L. Avizinis
Now I get the whole picture thanks, -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Friday, May 03, 2002 5:20 PM To: [EMAIL PROTECTED] Subject: Re: How do I stop table cell wrapping? Matthew L. Avizinis wrote: I seem to recall that the fo:block wrap

RE: Fonts don't line up in table

2002-06-11 Thread Matthew L. Avizinis
That would be fo:table-cell padding=2pt display-align=bottom ^^^ -Original Message- From: Urban, Patrick [mailto:[EMAIL PROTECTED] Sent: Monday, June 10, 2002 3:33 PM To: '[EMAIL PROTECTED]' Subject: RE: Fonts don't line up in table

RE: Fonts don't line up in table

2002-06-11 Thread Matthew L. Avizinis
Sorry, now I've got it straight That would be fo:table-cell padding=2pt display-align=after ^^^^ -Original Message- From: Urban, Patrick [mailto:[EMAIL PROTECTED] Sent: Monday, June 10, 2002 3:33 PM To: '[EMAIL PROTECTED]'

RE: Combining JavaScript with Fop application

2003-01-07 Thread Matthew L. Avizinis
a number of examples of how to use Javascript. If you need any more help after that, just send another message and I'll be glad to help, as I use Java and Javascript extension functions to Xalan in my own work. Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th

FOP extension functions

2003-01-14 Thread Matthew L. Avizinis
Hello all, Could someone elaborate a little on the following from the FOP extensions documentation please? Mabye paste some example code as well? Thanks in advance for help, Matthew L. Avizinis Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772

FOP extension functions

2003-01-14 Thread Matthew L. Avizinis
/services/org.apache.fop.fo.ElementMapping. In this file you need to put the fully qualified classname of your element mappings class. This class must implement the org.apache.fop.fo.ElementMapping interface. Thanks in advance for help, Matthew L. Avizinis Gleim Publications, Inc. 4201 NW 95th

RE: FOP extension functions

2003-01-14 Thread Matthew L. Avizinis
. This may also help on your way: http://marc.theaimsgroup.com/?l=fop-userm=10384400488w=2 I hope this helps. May I ask what extension you're planning? Just curious. On 14.01.2003 16:40:53 Matthew L. Avizinis wrote: Sorry, forgot to include what I wanted commentary on... :-) Hello all

RE: FOP extension functions

2003-02-03 Thread Matthew L. Avizinis
://marc.theaimsgroup.com/?l=fop-userm=10384400488w=2 I hope this helps. May I ask what extension you're planning? Just curious. On 14.01.2003 16:40:53 Matthew L. Avizinis wrote: Sorry, forgot to include what I wanted commentary on... :-) Hello all, Could someone elaborate a little

font weight in embedded SVG images

2003-09-26 Thread Matthew L. Avizinis
in Batik's Squiggle browser or in the Adobe SVG viewer. Any comments are appreciated in advance. thanks for your consideration, Matthew L. Avizinis Gleim Publications, Inc.

Re: font weight in embedded SVG images

2003-09-26 Thread Matthew L. Avizinis
Andreas L. Delmelle wrote: -Original Message- From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED]] Hello all, I have noticed an odd behavior when text is rendered in SVG in pdf output with FOP 0.20.5. I Have you checked: http://xml.apache.org/fop/graphics#svg-pdf

Re: Failed to read font metrics file

2003-09-26 Thread Matthew L. Avizinis
You need to use the FOP TTFReader to generate the metrics file. Look at http://xml.apache.org/fop/fonts.html#truetype-metrics Au revoir, Matthew L. Avizinis GleimPublications,Inc. Nadeau, Isabelle wrote: Failed to read font metrics file in my Servlet File userConfigFile