Re: [Morphos] Java data morphing package

2002-06-05 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: Redesign Goals and XSmiles

2002-06-05 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

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

2002-06-05 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: Antw: Re: Embedded FOP From fo-Document to PDF

2002-06-05 Thread Keiron Liddle
On Wed, 2002-06-05 at 08:45, Juergen Lippold wrote: 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.

Re: Redesign Goals and XSmiles

2002-06-05 Thread Keiron Liddle
Hi Jason, Does this mean that XSmiles is no longer jdk1.1 dependant? Thats good. On Wed, 2002-06-05 at 04:05, Jason Foster wrote: 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

Target Interface (was: Re: Exploring the FOP API design space)

2002-06-05 Thread Keiron Liddle
The structure handler is specifically to receive events during the SAX creation of the FO Tree so I don't see a need to have an interface and the class with empty methods would be needed anyway. So for the target format: (side note: this would be consistent with the morphos) - mime type - data

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

2002-06-05 Thread Oleg Tkachenko
Juergen Lippold wrote: Element element = doc.createElement(elm); As Keiron pointed out, it should be Element element = doc.createElementNS(http://www.w3.org/1999/XSL/Format;, elm); -- Oleg Tkachenko Multiconn International, Israel

Re: Enhancement Request

2002-06-05 Thread Oleg Tkachenko
Jeremias Maerki wrote: I see. By the way, I didn't mean to imply that your proposal isn't valid. I think it is. I also believe it would be greatly useful. I'm currently using xml spy as editor and it has lovely FO button to run fop in awt mode, but I have to close awt window every time I'm

Re: Enhancement Request

2002-06-05 Thread Jeremias Maerki
Exactly. A totally cool XSLT/XSL:FO/SVG development center for xml hackers (means: no WYSIWYG editor). :-) Hopefully even with some simple XML editor included. I just wanted to something to this. At Outline we've made a little tool we use during XSLT/FO development. It still lacks a lot of

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

2002-06-05 Thread Juergen Lippold
Hy, many thank for the help, It's running :-))) but there are still two more question: - With the namespace attribute I don't need to specify the attribute xmlns:fo anymore right? It's running without the setting (uncomment in code.) private Element createChildNS(Node node, Document

RE: Redesign Goals and XSmiles

2002-06-05 Thread Arved Sandstrom
-Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: June 5, 2002 3:42 AM To: [EMAIL PROTECTED] Subject: Re: Redesign Goals and XSmiles I've heard about XSmiles but never tried it. It's somewhat surprising that noone from that project ever contacted the FOP

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

2002-06-05 Thread Oleg Tkachenko
Juergen Lippold wrote: - With the namespace attribute I don't need to specify the attribute xmlns:fo anymore right? It's running without the setting (uncomment in code.) I think so, because you need namespace, not attribute and imho there is no way in dom1/dom2 to set just namespace node.

Re: Redesign Goals and XSmiles

2002-06-05 Thread Jeremias Maerki
Oh. I stand corrected. But looking at marc.theaimsgroup.com, I find nothing when searching for XSmiles. I've heard about XSmiles but never tried it. It's somewhat surprising that noone from that project ever contacted the FOP team. They have, actually. :-) I believe the mail archives will

RE: Redesign Goals and XSmiles

2002-06-05 Thread Arved Sandstrom
I'll see what I can locate. It's useful to have the earlier history in mind if we decide to talk to them now. Arved -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: June 5, 2002 8:11 AM To: [EMAIL PROTECTED] Subject: Re: Redesign Goals and XSmiles Oh. I

RE: [Morphos] Java data morphing package

2002-06-05 Thread Rhett Aultman
It seems like a very interesting idea and like it could be of use in FOP, although I'd prefer to give it more undivided attention over the weekend before I comment more fully. -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 2:26 AM To:

Re: Redesign Goals and XSmiles

2002-06-05 Thread Jason Foster
snip/ I don't know what's meant with Scripting support. XSL:FO does not support any scripting functionality AFAIK. I'm guessing here, but couldn't someone use the ECMAScript DOM bindings to manipulate the FO tree? It would be neat (I don't know about practical or useful) to be able to mess

Re: Redesign Goals and XSmiles

2002-06-05 Thread Jeremias Maerki
But that does not necessarly mean that we have to change FOP for that. Right? That's probably going in the same direction as improving rendering on AWT: Being able to refresh the display when the input data changes. I may be wrong, though. I don't know what's meant with Scripting support.

RE: Redesign Goals and XSmiles

2002-06-05 Thread Keiron Liddle
searching for x-smiles I found these references: http://marc.theaimsgroup.com/?l=fop-devm=100125807329894w=2 http://marc.theaimsgroup.com/?l=fop-devm=98396722404144w=2 In particular an announcement and a request for jdk1.1 continued support (hence my reference earlier). So there has been some

SAX, fopservlet and 0.20.2

2002-06-05 Thread Louis . Masters
I recently switched from a standalone FOP app to the servlet. The code compiles fine, but any lines that use SAX throw a transformer exception. For example. the following line driver.render(input.getParser(), input.getInputSource()); throws a NPE (input is XSLTInputHandler input =

Re: Exploring the FOP API design space

2002-06-05 Thread Keiron Liddle
maybe this could answer your question: http://xml.apache.org/fop/design/useragent.html ie. FOP is the user agent but in some cases people might want to alter certain behaviour. So we provide a class to enable this. On Tue, 2002-06-04 at 19:29, Peter B. West wrote: As a result of this

cvs commit: xml-fop/src/org/apache/fop/render/mif/fonts Courier.java CourierBold.java CourierBoldOblique.java CourierOblique.java Helvetica.java HelveticaBold.java HelveticaBoldOblique.java HelveticaOblique.java Symbol.java TimesBold.java TimesBoldItalic.java TimesItalic.java TimesRoman.java ZapfDingbats.java

2002-06-05 Thread keiron
keiron 2002/06/05 07:52:28 Modified:src/org/apache/fop/apps CommandLineStarter.java Driver.java StructureHandler.java src/org/apache/fop/fo FOText.java FObjMixed.java src/org/apache/fop/fo/flow Block.java Flow.java

DO NOT REPLY [Bug 9640] New: - fop gets font list in font-family property as a string, not a list

2002-06-05 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=9640. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: SAX, fopservlet and 0.20.2

2002-06-05 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I recently switched from a standalone FOP app to the servlet. The code compiles fine, but any lines that use SAX throw a transformer exception. Do your files work with the command line FOP? fop -xml foo.xml -xsl foo.xsl -pdf foo.pdf If you get a NPE [ERROR]:

Re: Exploring the FOP API design space

2002-06-05 Thread Peter B. West
Keiron, You have nicely summarised the references to the user agent in the spec (except for the first one, invalid markup error handling, which I think you have added.) However, my problem with the notion in the spec of user agent remains. The authors have never bothered to define it, and

PDF Tests

2002-06-05 Thread J.U. Anderegg
View the PDF document with a Browser, e.g Internet Explorer. Keep it open during your test session and reload the file when a new document version is written. There are no file locking/sharing problems, no need to change file names. I suppose print fidelity is kept. Hansuli Anderegg