VS: Win32

2002-03-25 Thread Teemu . Talja
Hi, Practically you have to be a Java programmer at a basic level to be able to use FOP. (This is my opinion) Or maybe you can use it for learning XSL-FO in other case, if someone deploys the servlet on your machine Teemu Talja [EMAIL PROTECTED] [EMAIL PROTECTED]

fop exits after first loop

2002-03-25 Thread Mihael Knezevic
hi, i have a little problem. i have various xml-files and wanted to convert the to pdf. so i have written a loop in which i create and fill the string array and make a new org.apache.fop.apps.Fop object with the string array as parameters. but after the first loop my programm exits. as if it was

Keep togehter within page

2002-03-25 Thread Jochen Stuempfig
Hello i am new on this mailgroup, so i dont't know how many times my question has been asked before. The attribute keep together within page doesnt work exactly. Anywhere i read that the fop folks of apache are on their way to solve this problem. Any updates for this answer? Greets jochen

Caught the exception !

2002-03-25 Thread Guillaume Mathe
I had to use the command line. Here's what i get: javax.xml.transform.TransformerException at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1212) at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:2894) at

Oops let me reformulate - page sequence reset ?

2002-03-25 Thread Guillaume Mathe
Hi, I've solved that exception problem - it was only a matter of 'master-name' instead of 'master-reference' in 'conditional-page-master-reference'. Anyway, i don't have the expected results. How can i start over the page-sequence each time i start a new subdoc ? This way i have a new 'first',

Re: AW: feature and limitation lists

2002-03-25 Thread Chuck Paussa
Here's a DTD segregated by FOP imlemented and non-implemented features. The implemented and non-implemented values have not been segregated. Chuck Paussa Fries, Markus, fiscus GmbH, Bonn wrote: On 2002.03.21 09:47 Fries, Markus, fiscus GmbH, Bonn wrote: Hi, a lot of questions on this list are

Re: feature and limitation lists

2002-03-25 Thread Chuck Paussa
Here's an FOP specific xsd. I sent the segregated DTD in a previous response on this same thread. It's a pain to make a usable XSD from a DTD because the conversion tools tend to explode everything out and you get enormous repeating elements. Anyway. Here it is for what it's worth. Chuck

RE: Reporting Engine !!

2002-03-25 Thread Buonincontri, Steve (CAP, MMF, ITSS)
Look up JReport at www.jinfonet.net see whether they have FO support yet. I have been using RTF2FO and XEP (or FOP). - sb -

RE: Reporting Engine !!

2002-03-25 Thread Woods, John T.
how do I unsubscribe from this mailing list? -Original Message- From: Buonincontri, Steve (CAP, MMF, ITSS) [mailto:[EMAIL PROTECTED] Sent: Monday, March 25, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: RE: Reporting Engine !! Look up JReport at www.jinfonet.net see whether they have

Widows and Orphans Setting

2002-03-25 Thread S. Jayaraman
Hi folks I have a problem. I am trying to use the attributes widows and orphans to control the page break. I wish to avoid the situation that a title dos not come at the end of a page alone. It should come in the next page, if there is no space for 3-4 lines following it. Please refer to the fop

AW: Reporting Engine !!

2002-03-25 Thread S. Jayaraman
To remove your address from the list, send a message to: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Woods, John T. [mailto:[EMAIL PROTECTED] Gesendet: Montag, 25. März 2002 19:21 An: '[EMAIL PROTECTED]' Betreff: RE: Reporting Engine !! how do I unsubscribe from this mailing

long word wrapping problem solved in Fop-0.20.1 ???

2002-03-25 Thread Jie Wang
Title: long word wrapping problem solved in Fop-0.20.1 ??? I have a word 12345678 and the space defined in table-column is 1 inch then it spills over. If the words are spaced out ,then wrapping occurs 1 2 3 4 5 6 7 8. So you see, fo:block wrap-option=wrap in Fop-0.20.1 is still not working ?

Re: Oops let me reformulate - page sequence reset ?

2002-03-25 Thread J.Pietschmann
Guillaume Mathe wrote: How can i start over the page-sequence each time i start a new subdoc ? doc subdoc part-a/ part-b/ /subdoc subdoc part-a/ part-b/ /subdoc Generate multiple fo:page-sequence elements: xsl:template match=/ fo:root fo:layout-master-set ...

Re: Widows and Orphans Setting

2002-03-25 Thread J.Pietschmann
S. Jayaraman wrote: I have a problem. I am trying to use the attributes widows and orphans to control the page break. You are probably out of luck. The table of implemented features (you can find it in your distribution, file docs/html-docs/implemented.html or on the Apache Fop site) does not

Re: XSLTInputHandler question

2002-03-25 Thread J.Pietschmann
Jeff Pennal wrote: I want to create an XSLTInputSource, but I have dynamically generated the XML file in memory and I do not want to commit it to disk just to have a File object to point to. You have to use DOM or, preferably, SAX to wire your transformer to the FO processor. Try something like

FOP rendering of SVG fonts

2002-03-25 Thread Toulson, Simon
I am attempting to embed an SVG image in an XSL-FO file referenced by a URL to produce a PDF output stream. I am using Fop 0.20.3 and the supplied batik.jar to dynamically produce the SVG image ( from a KavaChart chart ). This approach works fine until I try and set a particular font in the