Re: Antw: Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread Juergen Lippold
OK so let's start, now I have got a Method to create the document, after this part I add some rows and colomns to the table. So I'm allways adding Elements with or without attributes. The result is the fo-file I already sent. protected Document createMyDocument() { DocumentBuilderFactory

Re: Redesign Goals and XSmiles

2002-06-04 Thread Jeremias Maerki
I've heard about XSmiles but never tried it. It's somewhat surprising that noone from that project ever contacted the FOP team. I think the first point goes in one line with Jim Urban's request yesterday. I don't know what's meant with Scripting support. XSL:FO does not support any scripting func

Re: [Morphos] Java data morphing package

2002-06-04 Thread Jeremias Maerki
Sounds interesting to me, and it comes at the right time. What do you others say to this? Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - Fax +41 41 317 2029 Internet http://www.outline.ch -

Re: Enhancement Request

2002-06-04 Thread Jeremias Maerki
I see. By the way, I didn't mean to imply that your proposal isn't valid. I think it is. Would you please be so kind and enter your feature request in BugZilla, so it doesn't get lost in the depths of the mailing list archives? I just wanted to something to this. At Outline we've made a little to

RE: delay for release candidate

2002-06-04 Thread Arved Sandstrom
Christian, if it's not already changed, this release would be a good opportunity to modify the manifest file Class-Path so that it does not expect JARs inside a lib/ directory. As was discussed some time back this is awkward for a number of J2EE servers. If nothing else it can lead to a redundancy

Redesign Goals and XSmiles

2002-06-04 Thread Jason Foster
I have been working with the XSmiles browser and have been quite enjoying the experience of mixing XML content. In their documentation, the XSmiles team mentions a few things that the current version of FOP doesn't support: > The limitations of FOP itself include: > > * FOP's AWTRenderer i

RE: Enhancement Request

2002-06-04 Thread Jim Urban
> Whenever the PDF that is currently open This implies having to generate a PDF first. I don't want to produce any files. I want to view the results of FOP and be able to print them off. I need to do this over and over again and thought it would be nice to simply tell the AWT viewer to "reload"

Re: printing the correct document

2002-06-04 Thread J.Pietschmann
Juergen Lippold wrote: > The result is a document with a left margin of 0.8cm (maybe from the printer?) This would be unusual. > Is there a feature to set a margin for the printer in a FO-document? Not that I'm aware of. There may be persistent settings for the printer driver on the machine.

[Morphos] Java data morphing package

2002-06-04 Thread Nicola Ken Barozzi
*CROSSPOST * PROPOSAL OF PARTICIPATION * Welcome to the first public discussion about project Morphos. This message is being posted to many lists because it has the aim of solving a common need. The discussion will continue, for those interested, on the jakarta commons mailing list. To subscrib

Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread J.Pietschmann
Juergen Lippold wrote: > I'm looking for a way to convert a org.w3c.dom.Document with the FO-Format directly >to a PDF-File. > The following code is running if I use the x.fo-File written to the harddisk. > Using the document from memory I get an error: > > [INFO]: building formatting object

Re: Enhancement Request

2002-06-04 Thread Jeremias Maerki
Hmm, I've got a little tip. I'm using GhostView. Whenever the PDF that is currently open in GhostView is changed and you switch the focus from something else back to GhostView it automatically reloads the PDF. On 04.06.2002 19:30:34 Jim Urban wrote: > I would like to suggest the following enhance

Re: Support for float

2002-06-04 Thread Jason Foster
> In spite of the lack of substantive discussion, fo:float will definitely > be supported in the redesign. Hooray! Marginalia in DocBook here I come! Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: xml-fop fop.bat

2002-06-04 Thread chrisg
chrisg 2002/06/04 10:53:59 Modified:.Tag: fop-0_20_2-maintain fop.bat Log: fixed problem with Win98/ME commandline (just wrong linefeed?) Revision ChangesPath No revision No revision 1.4.2.4 +1 -2 xml-fo

Re: Support for float

2002-06-04 Thread Peter B. West
Jason Foster wrote: > I'm just curious, as I see messages talking about re-architecting, > what the plans are for supporting the element? I've searched > the archives and couldn't find any substantive discussions on the matter. > Jason, In spite of the lack of substantive discussion, fo:floa

Enhancement Request

2002-06-04 Thread Jim Urban
I would like to suggest the following enhancement: We use the AWT viewer while creating XSL:FO style sheets to view the output. This is faster then generating a PDF and loading it into Acrobat Reader over and over again. It would be great if the AWT viewer had a “Reload” button which would repro

Re: Exploring the FOP API design space

2002-06-04 Thread Peter B. West
Hello all. There was some talk about user agents, which sent me back to the spec. I have never had any solid sense of what the user agent was all about, so I have collected all of the references to "user agent" from the spec. They should soon be available on the web site under NEW DESIGN->ALT

Support for float

2002-06-04 Thread Jason Foster
I'm just curious, as I see messages talking about re-architecting, what the plans are for supporting the element? I've searched the archives and couldn't find any substantive discussions on the matter. Thanks! Jason Foster ---

Re: Antw: Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread Oleg Tkachenko
Juergen Lippold wrote: > namespaceAware doesn't make a differnce. No matter if true or false. Well, I'm out of ideas, lets go inside - show us how do you build Document. -- Oleg Tkachenko Multiconn International, Israel - To

cvs commit: xml-fop/docs/design/alt.design book.xml

2002-06-04 Thread pbwest
pbwest 2002/06/04 06:39:29 Modified:docs/design/alt.design book.xml Log: Added user-agent-refs Revision ChangesPath 1.4 +1 -0 xml-fop/docs/design/alt.design/book.xml Index: book.xml ===

cvs commit: xml-fop/docs/design/alt.design user-agent-refs.xml

2002-06-04 Thread pbwest
pbwest 2002/06/04 06:30:23 Added: docs/design/alt.design user-agent-refs.xml Log: User agent references in XSL Revision ChangesPath 1.1 xml-fop/docs/design/alt.design/user-agent-refs.xml Index: user-agent-refs.xml ==

Antw: Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread Juergen Lippold
Hello Oleg, namespaceAware doesn't make a differnce. No matter if true or false. Regards, Juergen Lippold >>> [EMAIL PROTECTED] 04.06.2002 13.46 Uhr >>> Juergen Lippold wrote: > thats a good question, I hope that the document is ok. Can I check if the document >in memory is a fop-formatted

printing the correct document

2002-06-04 Thread Juergen Lippold
Hello, I have a fo document for printing mailing labels and positioning on the printesd document needs to be exact. FOP generates a lovely pdf-document. But it doesn't seem to be possible to print exactly this document. Printing-Settings from Acrobat Reader are: - shrink papersize is off - cen

RE: Exploring the FOP API design space

2002-06-04 Thread Rhett Aultman
Ah. That clears it up. This definitely sounds like a step in the right direction. -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 2:05 AM To: [EMAIL PROTECTED] Subject: Re: Exploring the FOP API design space The MIME types for renderer

Re: Exploring the FOP API design space

2002-06-04 Thread Jeremias Maerki
Hi Keiron Oh, that's right. And there's AWT that might some kind of a speciality. I mean, some will simply want to start the preview dialog, that's simple. Others will want to paint on a custom panel. Ok, that means we probably get another interface (TargetFormat?). That's what is looked up usin

Re: Exploring the FOP API design space

2002-06-04 Thread Keiron Liddle
Hi Jeremias, That sounds reasonable. The actual interface may not be the render interface since we also need to include the rtf, mif handlers. On Tue, 2002-06-04 at 11:32, Jeremias Maerki wrote: > I'd compose the role name using the Renderer interfaces role name > ("org.apache.fop.render.Rendere

Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread Oleg Tkachenko
Juergen Lippold wrote: > thats a good question, I hope that the document is ok. Can I check if the document >in memory is a fop-formatted document? > Writing the fo-document to harddisk and then using fop everything is ok. AFAIR this problem always happens when one builds Document using nonnam

Re: delay for release candidate

2002-06-04 Thread Jeremias Maerki
> NB: I see the problem on NT4.0/sp6 -- I do not know what the results are > on different platforms. I can confirm that the same problems exist on Windows 2000. Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - F

Re: Exploring the FOP API design space

2002-06-04 Thread Jeremias Maerki
Hi Keiron > I agree that mime types would be appropriate to select the output > format. > How would you use a mime type to select a special type or an alternative > renderer or do you think it is unlikely that there would be two > renderers for the same mime type. > Some people do have a sub-clas

Re: delay for release candidate

2002-06-04 Thread Ralph LaChance
At 07:50 PM 6/3/02, you wrote: >Any other patches missing ? Yes, alas, the change I introduced recently which improved the appearance (ie spacing within words) in the awt renderr (command line -awt) introduces a problem with word-to-word spacing in printing -- both when printing from the AWTRende

Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread Jeremias Maerki
But then, probably it's a namespace problem. You've probably got the namespace declaration as a normal attribute in the DOM which (as far as I know) doesn't automatically get translated into namespace SAX events. And that's what FOP works on. So I'd verify that you've got a namespace-enabled DOM a

DO NOT REPLY [Bug 7200] - loading config.xml

2002-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Exploring the FOP API design space

2002-06-04 Thread Keiron Liddle
I agree that mime types would be appropriate to select the output format. How would you use a mime type to select a special type or an alternative renderer or do you think it is unlikely that there would be two renderers for the same mime type. Some people do have a sub-class of the awt renderer

cvs commit: xml-fop CHANGES

2002-06-04 Thread keiron
keiron 2002/06/04 01:13:21 Modified:src/org/apache/fop/svg Tag: fop-0_20_2-maintain PDFANode.java PDFGraphics2D.java .Tag: fop-0_20_2-maintain CHANGES Log: fixed external links in svg Revision ChangesPath No

Re: Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread Juergen Lippold
Hello, thats a good question, I hope that the document is ok. Can I check if the document in memory is a fop-formatted document? Writing the fo-document to harddisk and then using fop everything is ok. Juergen This is the document from harddisk: http://www.w3.org/1999/XSL/Format";>

Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread Oleg Tkachenko
Juergen Lippold wrote: > Hello, > > I'm looking for a way to convert a org.w3c.dom.Document with the FO-Format directly >to a PDF-File. > The following code is running if I use the x.fo-File written to the harddisk. > Using the document from memory I get an error: > > [INFO]: building forma