Adding columns using XSL

2002-03-25 Thread Josh Campbell
Hi all I've got a column of numbers being pulled out of XML that I want to total at the bottom of the page using the XSL. I don't know how many rows of figures will be generated so need something that can just take all the values in a column and add them up The logic of this has defied me and I

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] työpuhe

RE: Win32

2002-03-25 Thread Rob Smith
Alastair, > -Original Message- > From: Alastair Growcott [mailto:[EMAIL PROTECTED] > Sent: 22 March 2002 16:21 > To: [EMAIL PROTECTED] > Subject: RE: Win32 > > > One teeny little problem - first the download is 12Mb, and That's the "International" version. You only need the "US E

adding font metric files

2002-03-25 Thread Eric Smith
I am using a number of font metric files that I found and am using standard windows (and startoffice) ttf files in current dir and have this in userconfig.xml: When I use -c userconfig.xml, I always get the same default Times-Roman font however. What could be the problem?

different headers / footers in page sequences

2002-03-25 Thread Guillaume Mathe
Hi, I have the following XML document structure: ... As you can see there are X subdocs, in which i have a short part-a and a long part-b. What i'm looking for is a different header set for part-a and part-b. Here's the layout-master-set from my

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 f

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 Dipl.

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 java.lang.

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 ? This way i have a new 'first', 'rest'

There's any Apache representant in Italy?

2002-03-25 Thread gianni
I'm searching a person that represent Apache Software Foundation in Italy to make an article about FOP. Best regards, Gianni Rubagotti Rassegna Grafica http://www.apenet.it/grafica/grafica.asp - - Questo messaggio è stato spedito da Postino, la (mitica) Webmail di Punto (http:/

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 cau

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 Pauss

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 F

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

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 li

Re: Adding columns using XSL

2002-03-25 Thread J.Pietschmann
Josh Campbell wrote: I've got a column of numbers being pulled out of XML that I want to total at the bottom of the page using the XSL. I don't know how many rows of figures will be generated so need something that can just take all the values in a column and add them up Check out the sum() funct

Re: adding font metric files

2002-03-25 Thread J.Pietschmann
Eric Smith wrote: I am using a number of font metric files that I found and am using standard windows (and startoffice) ttf files in current dir and have this in userconfig.xml: Look here for a hint: http://marc.theaimsgroup.com/?l=fop-dev&m=101222848527568&w=2 HTH J.Pietschmann

Re: different headers / footers in page sequences

2002-03-25 Thread J.Pietschmann
Guillaume Mathe wrote: You are using 0.20.3, aren't you? Try master-reference here and in similar places. J.Pietschmann

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, in Fop-0.20.1 is still not working ? I would be glad if a

Re: Keep togehter within page

2002-03-25 Thread J.Pietschmann
Jochen Stuempfig wrote: Hello i am new on this mailgroup, so i dont't know how many times my question has been asked before. Quite often. Check the archives: http://marc.theaimsgroup.com/?l=fop-dev&r=1&w=2# http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2# The attribute keep together within page

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 ? Generate multiple fo:page-sequence elements: ... ... Look up the initial-page-

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 m

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

2002-03-25 Thread J.Pietschmann
Jie Wang wrote: 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, in Fop-0.20.1 is still not working ? The wrap-option property is stated as being implemented. I think wrap

XSLTInputHandler question

2002-03-25 Thread Jeff Pennal
Can someone explain to me how to do this with embedded FOP? 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. What I would have expected is a constructor to the XSLTInputHand

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 t

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 SV