[Bug 3073] New: - Whitespace does not scale

2001-08-09 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3073

Re: Attracting companies to FOP (was: Re: Public API Change in Driver)

2001-08-09 Thread Keiron Liddle
Hi Fopwegian (or should that be Fopocastrian), On Fri, 10 Aug 2001 08:41:54 Mark Lillywhite wrote: > Hi fopsians, > Also, some 'live' examples of real-world stuff on the FOP page would be > good, some enumeration of the benefits of XML:FO and FOP, some ways that > FO can be applied to solve real

Re: Public API Change in Driver

2001-08-09 Thread Jeremias Maerki
On Fri, 10 Aug 2001 08:18:10 +0200 Keiron Liddle wrote: > On Fri, 10 Aug 2001 00:34:00 Sam Ruby wrote: > > My own personal crusade is to get projects to talk to one another. And > > to treat their public interfaces as contracts. > > Sam and others, > > If that is the case then maybe you can hel

Attracting companies to FOP (was: Re: Public API Change in Driver)

2001-08-09 Thread Mark Lillywhite
Hi fopsians, Arved sed, > I think that OS practise is proving out that largish projects (and FOP is a > largish project) need a core team of at least 2 or 3 FT developers to > provide momentum, continuity, and a rallying point. FOP doesn't have that, > although long-time developers and commit

Regression tests (was Re: Public API Change in Driver)

2001-08-09 Thread Keiron Liddle
On Thu, 09 Aug 2001 17:45:10 Sam Ruby wrote: > Steve Coffman wrote: > > > > We are very comitted to keeping all FOP and Cocoon releases in sync. > When > > Cocoon changes Xerces and Xalan versions and JDK versions, so does FOP. > > Cool. By the way, I am monitoring and nagging those projects too

cvs commit: xml-fop/src/org/apache/fop/tools TestConverter.java

2001-08-09 Thread keiron
keiron 01/08/09 23:19:16 Modified:src/org/apache/fop/tools TestConverter.java Log: improves comparison should be faster now Revision ChangesPath 1.10 +7 -3 xml-fop/src/org/apache/fop/tools/TestConverter.java Index: TestConverter.java =

Re: Release Schedule

2001-08-09 Thread Weiqi Gao
Charlie Wu wrote: > > Please include javadoc and the batch files in both the > src release and binary release.. it took me hours to > figure out hwo to get fop to work because i only > downloaded the binary release (0.19).. This makes sense. People who are getting the source release can build th

RE: Release Schedule

2001-08-09 Thread Charlie Wu
Please include javadoc and the batch files in both the src release and binary release.. it took me hours to figure out hwo to get fop to work because i only downloaded the binary release (0.19).. thanks Charlie -Original Message- From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] Sent: T

RE: Public API Change in Driver (Was Re: [GUMP] Build Failure - Cocoon2)

2001-08-09 Thread Mark Lillywhite
> FOP underwent some major refactoring to massively reduce memory usage, and > it might not be possible to make a workable deprecated API for backwards > compatibility. (Mark?) We don't break API compatibility lightly, and don't > expect to have to do so again in the foreseeable future. Sorry for

Release Schedule

2001-08-09 Thread Arved Sandstrom
Hi, all I have the 0.18 to 0.19 changes put into the CHANGES file. Please review carefully. I am committing the 0.19 to 0.20 changes to that file tomorrow evening. You'll have until Sunday to review the CHANGES file. I'll make final mods to that file Sunday, immediately prior to building the

cvs commit: xml-fop CHANGES

2001-08-09 Thread arved
arved 01/08/09 19:07:05 Modified:.CHANGES Log: Changes from 0.18 to 0.19 Revision ChangesPath 1.7 +185 -0xml-fop/CHANGES Index: CHANGES === RCS file: /home/cvs/xml-fop/CHANGES,v

Re: Public API Change in Driver (Was Re: [GUMP] Build Failure - Cocoon2)

2001-08-09 Thread Arved Sandstrom
At 06:34 PM 8/9/01 -0400, Sam Ruby wrote: >Arved Sandstrom wrote: >> >> Sam, I figure you meant the "perennially in alpha" comment sort of >> tongue-in-cheek. I hope you did, anyway. >> >[snip] >> >> Let's get one thing straight - we're not in alpha. We're not even close >to >> alpha. >> >> You're

Re: Public API Change in Driver (Was Re: [GUMP] Build Failure - Cocoon2)

2001-08-09 Thread Sam Ruby
Arved Sandstrom wrote: > > Sam, I figure you meant the "perennially in alpha" comment sort of > tongue-in-cheek. I hope you did, anyway. > [snip] > > Let's get one thing straight - we're not in alpha. We're not even close to > alpha. > > You're on the XML PMC...it would be nice to hear constructiv

Re: Public API Change in Driver (Was Re: [GUMP] Build Failure - Cocoon2)

2001-08-09 Thread Arved Sandstrom
At 10:33 AM 8/9/01 -0400, Sam Ruby wrote: >I realize that xml-fop is one of those projects which is perennially in >alpha. What I am looking for is concrete suggestions on how Cocoon2 should >deal with this state. Sam, I figure you meant the "perennially in alpha" comment sort of tongue-in-chee

Re: how do i force a linebreak?

2001-08-09 Thread Frank Chen
Hello, Charile:   I guess you need this:     This is   a 3-line centered   title   It is very easy to write a template rule to do this specific work with XPath string functions.   Frank Chen   - Original Message - From: Charlie Wu To: '[EMAIL PROTECTED]' Sent: Friday

RE: FOP help please...

2001-08-09 Thread COFFMAN Steven
Didn't you say on the general list that you were able to get the fop.sh and fop.bat to work for you? -Steve -Original Message- From: Charlie Wu [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 12:42 AM To: '[EMAIL PROTECTED]' Subject: FOP help please... <> <> Hi there: I

Re: FOP help please...

2001-08-09 Thread Kevin Ward
Yes, it is misleading on the site. You can use the following on the command line (assuming all the relevant jars are in your classpath): java org.apache.fop.apps.Fop file.fo file.pdf Kevin At 09:41 PM 8/8/01 -0700, you wrote: > <> <> > >Hi there: > >I downloaded the latest FOP from xml.apa

FOP help please...

2001-08-09 Thread Charlie Wu
<> <> Hi there: I downloaded the latest FOP from xml.apache.org and was trying to run some simple tests from the commandline.. The documentation says you should just run: FOP fo_inputfile pdf_outputfile (see http://xml.apache.org/fop/running.html )

Re: positioning of blocks

2001-08-09 Thread Chetan Vig
Use Block Containers here is an example "Maring, Steve" wrote: > I need to position blocks at very specific places on a page. These blocks > corespond to the location of fields that need to be fill

positioning of blocks

2001-08-09 Thread Maring, Steve
I need to position blocks at very specific places on a page. These blocks corespond to the location of fields that need to be filled in on a form which was originally just paper based. Can I get an example of how I might use absolute or relative positioning to achieve this? Or do I need to do s

how do i force a linebreak?

2001-08-09 Thread Charlie Wu
Hi there:   I've gone through the extensive.fo example but still couldn't find the answer to my question.. which is:   If I want to display a 3-line centered title and I want to force a line break after a specific word, how do I do that? If I used it doesn't give me control over where the

[Bug 3061] - Link 'click' location doesn't take padding-top into account

2001-08-09 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3061

[Bug 3061] - Link 'click' location doesn't take padding-top into account

2001-08-09 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3061

[Bug 3061] New: - Link 'click' location doesn't take padding-top into account

2001-08-09 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3061

[Bug 3059] New: - 0.19.0 'dark grey', 'light grey' borders render black horizontally

2001-08-09 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3059

please help!!!

2001-08-09 Thread eric.deandrea
I have a table with 4 columns. One of the cells has text in it that is bigger than the size of the column and the text is over-writing the text in the following cell. How do I stop this? I have this:

Re: Using FOP 0.19-CVS to create PDF

2001-08-09 Thread Don Wellington
My firewall does not allow IP tunneling. Without that even WinCVS doesn't help. Don --- Alex McLintock <[EMAIL PROTECTED]> wrote: > --- Don Wellington <[EMAIL PROTECTED]> wrote: > > Hi Arved- > > > > It is with FOP-0.19 not the latest CVS. I am > stuck > > behind a firewall, so CVS is not re

Re: FOP FAQ suggestion

2001-08-09 Thread Paul Furbacher
On Thursday, August 9, 2001, Alex McLintock <[EMAIL PROTECTED]> wrote: > --- Paul Furbacher <[EMAIL PROTECTED]> wrote: > >> But, why not make life easier for yourself and set up a Faq-O-Matic? > > What - you mean like the one I already use? Oops. That'll teach me to visit before making sugge

RE: Public API Change in Driver (Was Re: [GUMP] Build Failure - C ocoon2)

2001-08-09 Thread Sam Ruby
Steve Coffman wrote: > > We are very comitted to keeping all FOP and Cocoon releases in sync. When > Cocoon changes Xerces and Xalan versions and JDK versions, so does FOP. Cool. By the way, I am monitoring and nagging those projects too on a daily basis. The ultimately goal is to enable people

Re: javax.xml.transform.TransformerConfigurationException: Namespace not supported by SAXParser???

2001-08-09 Thread Jeremias Maerki
> I am able to run the fo from command line and get the printed output. > Now the next is to embed in servlet. > I tried running this servlet from jbuilder. > with the library pointing to fop.jar,xalan.jar xcerces.jar , batik.jar, > buildtools.jar > I run into following error. > > javax.xml.trans

Re: javax.xml.transform.TransformerConfigurationException: Namespace not supported by SAXParser???

2001-08-09 Thread Vallikun Kathiresan
Hi Mary: You are Missing the code that sets the namespace feature. After making a call to the create Parser, you need to set features. I have included it below. Vallikun > try{ > XMLReader xmlreader =createParser(); // set the parser f

Multiple text align on a same line?

2001-08-09 Thread Romain Bourgue
As the inline element dosn't support 'text-align' is it possible to have different aligment on a same line ? Something like this : [Left text] [centeredtext] [righttext] TIA Romain Bourgue - To unsu

javax.xml.transform.TransformerConfigurationException: Namespace not supported by SAXParser???

2001-08-09 Thread Thomas, Mary
Hi I am able to run the fo from command line and get the printed output. Now the next is to embed in servlet. I tried running this servlet from jbuilder. with the library pointing to fop.jar,xalan.jar xcerces.jar , batik.jar, buildtools.jar I run into following error. javax.xml.transform.Transfo

cvs commit: xml-fop/src/org/apache/fop/render/awt AWTRenderer.java

2001-08-09 Thread keiron
keiron 01/08/09 07:04:21 Modified:src/org/apache/fop/render/awt AWTRenderer.java Log: changed the dpi for svg to 72 to be the same as other things in fop value should be in one place - same goes for other renderers Revision ChangesPath 1.31 +4 -2 xml-fo

cvs commit: xml-fop/src/org/apache/fop/render/ps PSRenderer.java

2001-08-09 Thread keiron
keiron 01/08/09 06:51:56 Modified:src/org/apache/fop/datatypes Length.java src/org/apache/fop/render/pdf PDFRenderer.java src/org/apache/fop/render/ps PSRenderer.java Log: Revision ChangesPath 1.12 +3 -3 xml-fop/src/org/apache/fo

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphics2D.java

2001-08-09 Thread keiron
keiron 01/08/09 06:29:31 Modified:src/org/apache/fop/svg PDFGraphics2D.java Log: fixes error that is displayed in new acrobat reader Revision ChangesPath 1.13 +4 -3 xml-fop/src/org/apache/fop/svg/PDFGraphics2D.java Index: PDFGraphics2D.java

Public API Change in Driver (Was Re: [GUMP] Build Failure - Cocoon2)

2001-08-09 Thread Weiqi Gao
Sam Ruby wrote: > > It appears that some fop interfaces are changing in a way that > will impact cocoon2... is there work underway to keep these > projects in synch? > > In particular, is there another backwards compatible set of > interfaces that cocoon2 should be using during the transistion? T

RE: Converting XML to PDF...HELP!!!!!!

2001-08-09 Thread Patel, Mike
Hi, Thanks for quick reply. Yes, we are planning to serve PDF files via a web server. I will defiantly take your tip and test it out with Cocoon. Thanks a bunch. Mike -Original Message- From: Don Wellington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 3:38 PM To: [EMAI

Re: Keep line breaks in blocks ?

2001-08-09 Thread Ian Larner
To preserve the line-break formatting you can use the white-space-collapse ="false" option of fo:block. For example: java_lang_Throwable Line one Line two Line three Regards, Ian Ian Larner User Technologies, IBM Hursley Lab, England Internal: 246440External: +44 1962 816440Fax: +44 9

[Bug 1424] - error rendering SVG file using FOP 18.1 and later

2001-08-09 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1424

Re: Keep line breaks in blocks ?

2001-08-09 Thread Alex McLintock
--- Romain Bourgue <[EMAIL PROTECTED]> wrote: > I'm using XSLT with FOP to genarate PDF from XML files. > In my XML tags I have text "pre"-formated (with break lines). > When I put this text into a block, it turns all lines into one same compact > block. > As "white-space" is not implemented yet

Re: Newbie question: FO files

2001-08-09 Thread Alex McLintock
> and reading. I have the first two of Elliotte Rusty Harold's XML books. > (Thanks!) Does the XML Bible 2nd Edition contain a lot of new information? Elliotte says it does :-) I've been told that my review of the 1st edition is out of date :-) http://www.diversebooks.com:8088/examples/servl

Re: Newbie question: FO files

2001-08-09 Thread Gary Frederick
Thanks for the pointers! I'm reading the articles. and I just joined this list and this solved my fo problem http://www.xml.com/pub/a/2001/05/16/wrestle.html I was struggling to build a table that displayed a calender of events for August. I could not get the page break to 'work'. The abo

Keep line breaks in blocks ?

2001-08-09 Thread Romain Bourgue
I'm using XSLT with FOP to genarate PDF from XML files. In my XML tags I have text "pre"-formated (with break lines). When I put this text into a block, it turns all lines into one same compact block. As "white-space" is not implemented yet in fo:blocks I'd like to know if there is a way to keep m

Re: Adding Bookmarks on Fop page......

2001-08-09 Thread Keiron Liddle
if you look on this page you should find what you are looking for: http://xml.apache.org/fop/extensions.html there is also an example in docs/examples/fo/pdfoutline.fo Note: in current cvs this feature is broken On Thu, 09 Aug 2001 07:00:47 sunitha nair wrote: > hi all, > how can i add book ma

Re: Keeping list-item-label and list-item-body together update

2001-08-09 Thread Keiron Liddle
On Thu, 09 Aug 2001 03:11:23 Don Wellington wrote: > Hi all- > > I have list-item-label and list-item-body kept > together on the same page. I will need a lesson in > the etiquette of presenting the changes. Should I > send the full class files to this list? Attempt to > diff the class files?

Re: FOP FAQ suggestion

2001-08-09 Thread Alex McLintock
--- Paul Furbacher <[EMAIL PROTECTED]> wrote: > > On Wednesday, August 8, 2001, Alex McLintock <[EMAIL PROTECTED]> wrote: > > > Hmmm, I guess I better put this in the FAQ. > > Hmmm, I guess I better fix the FAQ. > > Alex, > > This is not meant as criticism. In fact, thanks for all the work

Re: Using FOP 0.19-CVS to create PDF

2001-08-09 Thread Alex McLintock
--- Don Wellington <[EMAIL PROTECTED]> wrote: > Hi Arved- > > It is with FOP-0.19 not the latest CVS. I am stuck > behind a firewall, so CVS is not really an option. I thought that too for some time but using WinCVS I managed to download the CVS version from CVS. You need to tell WinCVS about

Re: Newbie question: FO files

2001-08-09 Thread Ulrik
Am 08.08.2001 16:38 Uhr schrieb "Alex McLintock" unter <[EMAIL PROTECTED]>: > --- Ulrik <[EMAIL PROTECTED]> wrote: > >> OK, so where can I find specifications about this fo-standard and how a >> compliant XML looks like? > > How about looking at the FOP website and reading the docs The more

Re: Newbie question: FO files

2001-08-09 Thread Ulrik
Am 08.08.2001 16:07 Uhr schrieb "Ralph LaChance" unter <[EMAIL PROTECTED]>: > At 03:29 PM 8/8/01 +0100, you wrote: >> Now, what are Fo-files? (I said I was a newbie!) >> Can I transform my XML into those .fo-files? >> >> Thanx, any help is appreciated! > > I suggest you start here -- it is part