keep-with-next=always not honored on a group of table rows

2002-05-16 Thread Olivier Lange
I would like to keep together on a same page a group of table rows. I used keep-with-next=always and all except the last fo:table-row elements of the group, but for the attached XFO document (a course schedule), a page-break occurs in the middle of a group of 9 rows (16:15), between pages 2 and 3.

Re: unicode problem

2002-05-16 Thread J.Pietschmann
Henrik Holle wrote: i have an java string with an greek alpha letter. i do not know how to convert the java unicode string so that i can display it with fop i need something like: fo:inline font-family=Symbol font-size=7pt#x03B1;/fo:inline You have at least two options: 1. Let the Java

Re: AW: Examples

2002-05-16 Thread J.Pietschmann
Kondert Uwe wrote: I think RENDER_PDF is an defined public Constant of the Class Driver. If I?m right, the following code must function: driver.setRenderer(Driver.RENDER_PDF); This should work. Look at docs/examples/embedding/FopServlet.java J.Pietschmann

Re: RES: Newbie: Error trying to convert (standalone) the simple.fo e xampl e after first installation...

2002-05-16 Thread J.Pietschmann
Gilson Nascimento D Elrei wrote: Thanks, i tried your first suggestion but i still didn't try rebuilding FOP.jar (i'll to do later).. i received this error. Do you know how resolve it ? Exception in thread main java.lang.NoClassDefFoundError: Umm, bad luck. Move or copy fop.jar into the FOP

Re: Is it ok to use break-after=page in a table cell

2002-05-16 Thread J.Pietschmann
Venu Reddy wrote: Is it ok to use break-after=page attribute on a fo:block which is embedded in a fo:table-cell. This cell is the last one in the fo:table-row. I need to insert a page break after some user defined table-rows, what is the best way to accomplish this. I'd try to set the break on the

XSL-FO for HTML and PDF

2002-05-17 Thread Mark Jiang
Hi All, We have a xml file and a xsl style sheet to render HTML. We would like to take the same xml file to render PS file. Is it possible to use one XSL-FO style sheet to render HTML and PS file? If the style sheet needs to be changed, can we only change one style sheet to output HTML and PS

Re: XSL-FO for HTML and PDF

2002-05-17 Thread Balaji Loganathan
I think you can do that by using a decalring global varibale set to HTML or PDF,then you can write some thing like if variable is HTML .. Write HTML XSL else Write PDF XSL Bad idea !! ?? Its better to go for two xsl than doing this. --- Mark Jiang [EMAIL PROTECTED] wrote: Hi All, We

RES: RES: Newbie: Error trying to convert (standalone) the simple .fo (worked!)

2002-05-17 Thread Gilson Nascimento D Elrei
Thanks for ALL for your HELP... I have moved fop.jar to installation root directory and (GREAT!) it's has worked now! ;-) Specially thanks for J.Pietschmann and Patrick Chaumette for yours suggestions. Cheers, Gilson. - Mensagem original - De:

EPS Images

2002-05-20 Thread Scott Moore
I'm trying to insert an EPS image into my PDF with FOP. Looking thru the archives, I see that EPS is supposed to work, but only displays when the PDF is printed. So far, that seems to ring true. However, I have FOP embedded in a servlet, and the second time I try to create the same PDF

Re: EPS Images

2002-05-20 Thread J.Pietschmann
Scott Moore wrote: However, I have FOP embedded in a servlet, and the second time I try to create the same PDF with the EPS image, I get this error: INFO10219 [fop ] (): [1] java.lang.NullPointerException at org.apache.fop.pdf.PDFXObject.output(PDFXObject.java:124) ... Anybody

Supplying options in servlet

2002-05-21 Thread Balaji Loganathan
Hi, I'm trying to supply the option file userconfig.xml to the servlet.In command line we give it as fop -c userconfig.xml -xsl -xml -pdf But how we can supply this servlet.?This i'm trying for adding addtional font. I tried to use the Options class but didn't succeeded.Below is FopServlet

Re: Supplying options in servlet

2002-05-21 Thread Oleg Tkachenko
Balaji Loganathan wrote: I'm trying to supply the option file userconfig.xml to the servlet.In command line we give it as fop -c userconfig.xml -xsl -xml -pdf But how we can supply this servlet.?This i'm trying for adding addtional font. I tried to use the Options class but didn't

view related data with each other

2002-05-21 Thread Mohamed Abdel Hameed
Hi my problem is that there is data on table some of tese data text and there is image related to this text sometime part of text appear at the last of the page and the rest appear in the next page with image for me i like to appear all data related with each other i mean no need for the part of

Passing XSLT parameters to FOP (old topic I know)

2002-05-21 Thread Eric Smith
Is there a way of passing XSLT parameter values on the FOP command line? fop -xml sj.xml -xsl sj.xsl -pdf sj.pdf param1=value1 param2=value2 ... -- Eric Smith

Re: Supplying options in servlet

2002-05-21 Thread Balaji Loganathan
Hi Tkachenko, Thanks and thanks a lot,it works for me. I just added the line Options options = new Options(new File(userconfig.xml)); before initializing Driver object in my servlet.Now I can easily support multiple languages without worrying abt Unicode.Arabic and Japenese worked for.Of

Re: xalan-2.0.0.jar and xerces-1.2.3.jar in classpath not working...

2002-05-21 Thread Oleg Tkachenko
Carter, Will wrote: Hi, I am running fop in a servlet with jrun 3.1 as the servlet container. the only way I can get it to work is if I put xalan-2.0.0.jar and xerces-1.2.3.jar into my jdk/jre/lib/ext folder. I have all the other fop jars in my WEB-INF/lib folder. as long as I have

Re: Passing XSLT parameters to FOP (old topic I know)

2002-05-21 Thread Oleg Tkachenko
Balaji Loganathan wrote: Sorry Dutta, Its not working its giving error Element type fo:block must be followed by either attribute specifications, or /. Check syntax again. You probably omitted some or . -- Oleg Tkachenko Multiconn International, Israel

Re: Passing XSLT parameters to FOP (old topic I know)

2002-05-21 Thread Balaji Loganathan
Thanks for reply again,Yes it working now!I think i might have slept before. Regards Balaji --- Oleg Tkachenko [EMAIL PROTECTED] wrote: Balaji Loganathan wrote: Sorry Dutta, Its not working its giving error Element type fo:block must be followed by either attribute specifications,

RE: Passing XSLT parameters to FOP (old topic I know)

2002-05-21 Thread Pierre-Adrien Coustillas
You can use xsl:attribute fo:simple-page-master master-name=page1 page-height=29.7cm page-width=21cm margin-top=1.5cm margin-bottom=3cm margin-right=1cm xsl:attribute name=margin-left xsl:value-of

FOP Helvetica - is it really Arial?

2002-05-21 Thread Scott Moore
Font Gurus, There's a debate raging in our company right now about the use of Arial and Helvetica in FOP produced PDF. After careful examination of both fonts, I can see absolutely no difference, even though Helvetica has minor but distinguishable differences from Arial. I'm using the

RE: xalan-2.0.0.jar and xerces-1.2.3.jar in classpath not working ...

2002-05-21 Thread Carter, Will
thanks for the response... I have doublechecked my classpath and am certain that these are the only jars it picks up: these files are in my only classpath (C:\Program Files\Allaire\JRun\servers\lib): ant.jar (289k 3/2/2002) avalon-framework-4.0.jar (35k3/2/2002)

RE: xalan-2.0.0.jar and xerces-1.2.3.jar in classpath not working ...

2002-05-21 Thread Carter, Will
yes, this is the solution. I have replaced jaxp.jar and parser.jar with xalan.jar and xerces.jar and it worked. thank you very much. will -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 1:55 PM To: [EMAIL PROTECTED] Subject: Re:

RE: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-21 Thread Jack Donohue
I don't know if this is the most efficient way, but this works for me: If your stylesheet is /xsl/mystylesheet.xsl String filename = Thread.currentThread().getContextClassLoader().getResource(/xsl/mystyleshee t.xsl).getFile(); template =

Re: view related data with each other

2002-05-21 Thread J.Pietschmann
Mohamed Abdel Hameed wrote: Hi my problem is that there is data on table some of tese data text and there is image related to this text sometime part of text appear at the last of the page and the rest appear in the next page with image for me i like to appear all data related with each other i

Re: Adding Garamond font to FOP

2002-05-21 Thread J.Pietschmann
Scott Moore wrote: I've tried adding the Garamond font to FOP, and everything works fine except when I need a bold italic font. I never did find a TTF file for Garamond Bold Italic, just bold and italic separate. Is there a way to get garamond in bold and italic? MS-Word seems to be able to do

Re: Prob. referring XSL over URI (Pls. consider this out of context p ost)

2002-05-21 Thread J.Pietschmann
Dutta, Sumanta wrote: I am trying to refer my XSL, which generates the FO, over a URI, relative to my http codebase. If I create the XSL source by passing /x/y/z.xsl, the transformer tries to find file://x/y/z.xsl. Is there any way to resolve this in reference to my current http codebase. I tried

RE: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-22 Thread Dutta, Sumanta
Thanks for the response. I understand that part of passing any URL, but my problem is, when I deploy the application, the XSLs get deployed under the httpRoot, and I want to read them without any specific reference to the deployment area(i.e. webserver, filesystem, etc.). My servlet is reading XSL

Re: FOP Helvetica - is it really Arial?

2002-05-22 Thread Jeremias Maerki
AFAIK the standard fonts specified in the PDF spec match the base 14 fontset of PostScript which includes Helvetica, Times, Courier, Symbol and ZapfDingbats. Acrobat 3.x, I think, used Helvetica and Times. Current versions include Arial. Helvetica is then replaced by ArialMT. Furthermore, I've

RE: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-22 Thread Hanlan, Dominic - Senior Developer
I have the smae set up. I include the XSL in my application deployment and they are then available via my web server, i.e. http://mysite/mywebroot/xsl/stylesheet.xsl This makes the URI independent of the actual deployment directory. It is mapped by the deployment desciptor for my web root.

Re: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-22 Thread Oleg Tkachenko
Dutta, Sumanta wrote: Thanks for the response. I understand that part of passing any URL, but my problem is, when I deploy the application, the XSLs get deployed under the httpRoot, and I want to read them without any specific reference to the deployment area(i.e. webserver, filesystem, etc.). My

FOP's performances...

2002-05-22 Thread Philippe Pithon
At present there are problems of speed... To improve FOP's performances, Does anybody have to test products to compile class Java FOP ? Example: http://www.excelsior-usa.com/jet.html http://gcc.gnu.org/java/

servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
Hi, (I am french, and I bad speak english) I use servlet FOP whit TOMCAT (linux) and I have a problem when execute a lot of creating PDF (more 3). The PDF create are not good. But when execute 1 or 2 PDF, there are not problem. If I use servlet in simple-thread it's ok, but it's less

Re: servlet FOP multi-thread

2002-05-22 Thread Oleg Tkachenko
Pierre-Adrien Coustillas wrote: I use servlet FOP whit TOMCAT (linux) and I have a problem when execute a lot of creating PDF (more 3). The PDF create are not good. What does it mean exactly not good? -- Oleg Tkachenko Multiconn International, Israel

Re: FOP's performances...

2002-05-22 Thread Cyril Rognon
Philippe, I do not think that native compilation is the main solution for FOP's speed. The main issue is the overal architecture of FOP. This is adressed by the redesign effort. If you are interested, please, go to the FOP web site to see the list of addressed issues and to see where you could

fixed size

2002-05-22 Thread Henrik Holle
hi can i make table-cells fixed size withe the current fop-release? for example a cell with 4cm height and 4cm width? and is it also possbile to avoid pagebreak on some of my page-master? thx henrik -Ursprungliche Nachricht- Von: Cyril Rognon [mailto:[EMAIL PROTECTED] Gesendet:

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
When the document is ok size = 63 ko, when the document is not ok size 63 ko (always different) and it's impossible open pdf. -Message d'origine- De : Oleg Tkachenko [mailto:[EMAIL PROTECTED] Envoye : mercredi 22 mai 2002 12:40 A : [EMAIL PROTECTED] Objet : Re: servlet FOP multi-thread

RE: servlet FOP multi-thread

2002-05-22 Thread Chris . Brown
Title: RE: servlet FOP multi-thread * This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed.

Re: servlet FOP multi-thread

2002-05-22 Thread Oleg Tkachenko
Pierre-Adrien Coustillas wrote: When the document is ok size = 63 ko, when the document is not ok size 63 ko (always different) and it's impossible open pdf. Do you flush/close output stream explicitly? Could you show us output related snipped of your code? -- Oleg Tkachenko Multiconn

center a graphic in a table cell

2002-05-22 Thread Rodolphe VAGNER
Hi, I try to center a graphic in a table cell without success. The display-align property don't seem to work on table-cell, block, or external-graphic. Does anyone know a mean to center a graphic in a table cell ? Thanks - Original Message - From: Oleg Tkachenko [EMAIL PROTECTED] To:

Re: center a graphic in a table cell

2002-05-22 Thread Swanil_Ruth
Hi, fo:block text-align=center fo:external-graphic src=""> /fo:block This should work! Swanil Roopa Rodolphe VAGNER [EMAIL PROTECTED] 05/22/02 04:21 PM Please respond to fop-user To:[EMAIL PROTECTED] cc: Subject:center a graphic in a table cell Hi,

Re: center a graphic in a table cell

2002-05-22 Thread Swanil_Ruth
In that case, fo:table-cell display-align=center is the only other option I can think of for centering vertically. I don't think it should be a problem if your external-graphic is placed within a fo:block and then within the fo:table-cell tag. Regards, Roopa Rodolphe VAGNER

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
I use docs\examples\embedding\FopServlet.java in directory of FOP. Pierre -Message d'origine- De : Oleg Tkachenko [mailto:[EMAIL PROTECTED] Envoye : mercredi 22 mai 2002 13:06 A : [EMAIL PROTECTED] Objet : Re: servlet FOP multi-thread Pierre-Adrien Coustillas wrote: When the

Re: servlet FOP multi-thread

2002-05-22 Thread Oleg Tkachenko
Pierre-Adrien Coustillas wrote: I use docs\examples\embedding\FopServlet.java in directory of FOP. And how do you know the document size? Do you save it locally? Well, you can try to save pdfs on the server to make sure they are generated ok. What's your servlet engine? -- Oleg Tkachenko

Fonts:: Can fop display *any* local font

2002-05-22 Thread Stephen Clarke
Hi all, Is it possible to display *any* locally installed font or are we limited to just a few main ones? As I recall, fop is limited to just four or five main fonts for display in pdf output. Is that correct? I'm interested in making a catalogue of all locally available fonts. I was thinking,

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
And how do you know the document size? Do you save it locally? Yes I save it locally (I use wget -O) Well, you can try to save pdfs on the server to make sure they are generated ok. What's your servlet engine? servlet engine : I use tomcat -Message d'origine- De : Oleg Tkachenko

Re: Fonts:: Can fop display *any* local font

2002-05-22 Thread Chuck Paussa
You can embed any font in the generated PDF following the instructions given here http://xml.apache.org/fop/fonts Your catalog of fonts are in your machine. So create a script to generate the font metric files, edit the userconfig.xml file and then generate an FO document that displays some

Re: Fonts:: Can fop display *any* local font

2002-05-22 Thread Stephen Clarke
Many thanks, Chuck. That's pretty much what I was thinking. I wasn't sure about embedding the fonts. Thanks, -- best,sc - Original Message - From: Chuck Paussa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 22, 2002 5:44 PM Subject: Re: Fonts:: Can fop display *any* local

Re: fixed size

2002-05-22 Thread J.Pietschmann
Henrik Holle wrote: can i make table-cells fixed size withe the current fop-release? for example a cell with 4cm height and 4cm width? Yes, but not directly. You can set the height property of the row where the cell is in, and you can set the width of the column. For example fo:table

Rookie Question

2002-05-23 Thread Robert Morse
My web application needs to generate a variety of client forms. These are typical boilerplate forms, but are customized by having the client information printed in it. From what I gather from reading the various literature it sounds like the following steps need to be performed: 1. create a

RE: Rookie Question

2002-05-23 Thread Roland Neilands
My web application needs to generate a variety of client forms. These are typical boilerplate forms, but are customized by having the client information printed in it. From what I gather from reading the various literature it sounds like the following steps need to be performed: 1. create a

RE: Rookie Question

2002-05-23 Thread Balaji Loganathan
Hi, You can visit this link,where I have asked the similiar question.http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topicf=31t=002274 I hope I'm not redirecting you to another forum. Regards Balaji --- Roland Neilands [EMAIL PROTECTED] wrote: My web application needs to

Another step-by-step Multiple Language/font support.

2002-05-23 Thread Balaji Loganathan
Hi, This thread may be reduntant,but I felt may be useful for newbies.. This thread will give you some tips on supporting multiple language/fonts. 1.Create a Language resource XML. Lang.xml example ?xml version=1.0 encoding=UTF-8? Lang en textHello World! Cooperate/text

RE: FOP Helvetica - is it really Arial?

2002-05-23 Thread Scott Moore
Thanks for all the responses. I'm gonna go with the assumption that Helvetica = Arial and not embed the Arial.TTF file, which bloats the PDF. Thanks, Scott -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 22, 2002 1:56 AM To: [EMAIL PROTECTED]

Keeping whites space in blocks

2002-05-23 Thread Kevin Pearcey
I'm converting documents from XML and some have large gaps of white space which disappears when rendered by fop. I have a block such as fo:block Some Text/fo:block But the resulting PDF has the text hard to the left margin as though the input was simply:

Re: Keeping whites space in blocks

2002-05-23 Thread Keiron Liddle
Hi Kevin, By default whitespace is collapsed. As often there is a lot of excess whitespace in xml. if you use this property: white-space-collapse=false it will not collapse the white space. On Thu, 2002-05-23 at 12:31, Kevin Pearcey wrote: I'm converting documents from XML and some have large

RE: Keeping whites space in blocks

2002-05-23 Thread Scott Moore
-Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED] Sent: Thursday, May 23, 2002 6:38 AM To: [EMAIL PROTECTED] Subject: Re: Keeping whites space in blocks By default whitespace is collapsed. As often there is a lot of excess whitespace in xml. if you use this

Re: Rookie Question

2002-05-23 Thread MARTIN Franck
I don't think it is a good idea to insert static content in the xml file. The xml file should only contain dynamic data (in your case client information). The static stuff should be placed in the xsl file. The xslt process will output a fo file which will contain the merging of static and dynamic

Image problems

2002-05-23 Thread Kevin Pearcey
I'm having problems with some external-graphic images. I have a block: fo:external-graphic src=Image.png/ And depending upon the image I get: [ERROR] Error while creating area : Error creating FopImage object (Error creating FopImage object (file:Image.png) : org.apache.fop.image.JimiImage

Re: Rookie Question

2002-05-23 Thread Oleg Tkachenko
MARTIN Franck wrote: I don't think it is a good idea to insert static content in the xml file. The xml file should only contain dynamic data (in your case client information). The static stuff should be placed in the xsl file. That's right, but sometimes in order to get even more flexible (and

Re: Rookie Question

2002-05-23 Thread MARTIN Franck
That's right, but sometimes in order to get even more flexible (and probably more complicated) system that static content could be moved further into another xml file, dynamically loaded by xslt during transformation. This way the only stuff in xsl would be a logic and data + presentation would

AW: Image problems

2002-05-23 Thread Jens Posingies
I never did that myself, but here's a hint I recieved: You have to download a jimi.jar from sun (don't know the link, but I guess it's pretty easy to find), add it to the jars in your fop installation and rebuild your fop (so you should have the sources of fop). In earlier version of fop the

Re: Image problems

2002-05-23 Thread Oleg Tkachenko
Kevin Pearcey wrote: I'm having problems with some external-graphic images. I have a block: fo:external-graphic src=Image.png/ And depending upon the image I get: [ERROR] Error while creating area : Error creating FopImage object (Error creating FopImage object (file:Image.png) :

fo:basic-link problem in table-cell

2002-05-23 Thread Sandra Maurer
Hi, I try to write a link in a table-cell. The problem is that the actual link is not at the same position than the text of the link. It works when I take the block including the link out of the table-cell. This is what I try to do: fo:table-cell

Re: Rookie Question

2002-05-23 Thread Oleg Tkachenko
MARTIN Franck wrote: That's right, but sometimes in order to get even more flexible (and probably more complicated) system that static content could be moved further into another xml file, dynamically loaded by xslt during transformation. This way the only stuff in xsl would be a logic and data +

RE: Image problems

2002-05-23 Thread Chakraborty, Shantanil
use the UNIX `pwd` path to the image file- [say it returns /home/xsl] also use this format fo:external-graphic src='file:///home/xsl/Image.png'/ hope this helps- -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Thursday, May 23, 2002 11:53 AM To: [EMAIL

Re: fop user : AWT problem

2002-05-24 Thread Alex McLintock
Hello Denis, I suggest that you ask this sort of question on the fop-user mailing list. Please join it. I have copied it to them to see if anyone can help. What diagnosis have you tried? What version of fop are you using? Does it work with any other renderer - eg to PDF? What operating system?

RE: FOP Helvetica - is it really Arial?

2002-05-24 Thread DuCharme, Bob (LNG)
Here's some interesting historical background from a typographer type (no pun intended) who clearly gets all worked up over the issue: http://www.ms-studio.com/articles.html Bob DuCharmewww.snee.com/bob bob@ snee.com see http://www.snee.com/bob/xsltquickly for info on book

Re: FOP Helvetica - is it really Arial?

2002-05-25 Thread Peter B. West
DuCharme, Bob (LNG) wrote: Here's some interesting historical background from a typographer type (no pun intended) who clearly gets all worked up over the issue: http://www.ms-studio.com/articles.html Bob DuCharmewww.snee.com/bob bob@ snee.com see

Re: Question about watermarking in FOP.

2002-05-27 Thread trevor_campbell
I'm afraid I don't know the answer to that one but I have forwarded your enquiry to the fop-user mailing list. You should join in, perhaps. Trev Todeush,

AW: PDF table of contents - possible with FOP?

2002-05-27 Thread Jens Posingies
Title: PDF table of contents - possible with FOP? Here an xsl example, takenfrom my current project: xsl:template match="chapter" mode="content" fox:outline internal-destination="[EMAIL PROTECTED]}" fox:label xsl:number count="chapter" level="multiple"/ xsl:text./xsl:textxsl:value-of

AW: PDF table of contents - possible with FOP?

2002-05-27 Thread Schweigl, Johann
Title: PDF table of contents - possible with FOP? thanks a lot, that saved my day ... -Ursprüngliche Nachricht-Von: Jens Posingies [mailto:[EMAIL PROTECTED]Gesendet: Montag, 27. Mai 2002 14:58An: [EMAIL PROTECTED]Betreff: AW: PDF table of contents - possible with FOP?

drawing a table with different line-widths

2002-05-27 Thread Fries, Markus, fiscus GmbH, Bonn
Hi, I have to layout a table like this: = -- = = -header - = = -- = = -- = = -- = =--= . . . = - last - = = -- = My

WG: Re: FOP FO to MIF transformation not working?

2002-05-27 Thread Robert Wachter
Hi, I may be missing something obvious, but FOP does not appear to run MIF conversions. I attempted to convert simple.fo from examples/fo to MIF and received the following output: fop simple.fo -mif simple.mif [INFO]: FOP 0.20.3rc [INFO]: building formatting object tree [INFO]: rendering areas

Re: WG: Re: FOP FO to MIF transformation not working?

2002-05-27 Thread Jurgen . Rousseau
I had the same error and it was due to the attribute::master-name instead of attribute::master-reference in fo:page-sequence and fo:conditional-page-master-reference solution: replace master-name with master-reference in the mentioned fo-items and it should work !

Re: AW: WG: Re: FOP FO to MIF transformation not working?

2002-05-27 Thread Jurgen . Rousseau
Hi Robert, I've token a look and tried to generate the MIF file on my machine, and it worked without any problems. The difference : I'm using FOP 0.20.3 You're using FOP 0.20.3rc It might be the problem ! Jurgen

AW: Learning needeed

2002-05-27 Thread Mihael Knezevic
There are a lot of article on the developerworks / alphaworks site at ibm. i find them very usefull. -Ursprüngliche Nachricht-Von: Ramon Maria Gallart [mailto:[EMAIL PROTECTED]Gesendet: Montag, 27. Mai 2002 17:03An: [EMAIL PROTECTED]Betreff: Learning needeed Hi all!

Re: Learning needeed

2002-05-27 Thread G. Ken Holman
At 2002-05-27 17:02 +0200, Ramon Maria Gallart wrote: Hi all! I want to learn how to use FOP well and all the relatied technology behind it (from xml to xsl to fo, etc...). Does anyone of you know where can i find practical examples on how to create documents using xml, transform'em with

Re: Learning needeed

2002-05-27 Thread Christian Geisert
Ramon Maria Gallart schrieb: Hi all! I want to learn how to use FOP well and all the relatied technology behind it (from xml to xsl to fo, etc...). Does anyone of you know where can i find practical examples on how to create documents using xml, transform'em with xsl and then create pdfs

Re: WG: Re: FOP FO to MIF transformation not working?

2002-05-27 Thread J.Pietschmann
Robert Wachter wrote: I may be missing something obvious, but FOP does not appear to run MIF conversions. I attempted to convert simple.fo from examples/fo to MIF and received the following output: fop simple.fo -mif simple.mif [INFO]: FOP 0.20.3rc ... All other formats work fine. Do I need to

Re: drawing a table with different line-widths

2002-05-27 Thread J.Pietschmann
Fries, Markus, fiscus GmbH, Bonn wrote: Now my second try looks like this ... results in a gap between header and body. And of course I still have to fix the bottom line. I tried fop 0.20.2 and 0.20.3-2002-03-04. I think it might have s.th. to do with the border-collapse property, but as it

Print Servlet

2002-05-28 Thread Rick Delpo
Hi, I ranthe FOPPrintServlet with success. My servlet is on a server 2000 miles away. Why would we print to their server. Is there a way to twwek the code to make my print dialog come up on the client side?

how to use the system

2002-05-28 Thread Rick Delpo
how do I send a question into the user list? Where are the instructions? thanks

Re: how to use the system

2002-05-28 Thread Rick Delpo
looks like I just found out - Original Message - From: Rick Delpo To: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 8:14 PM Subject: how to use the system how do I send a question into the user list? Where are the instructions? thanks

Re: how to use the system

2002-05-28 Thread Peter B. West
Rick Delpo wrote: how do I send a question into the user list? Rick, You just did. Peter

Re: Print Servlet

2002-05-28 Thread Jeremias Maerki
Not really. Not with a servlet. A servlet is a server based thing and it's not intended to provide GUI-interactive stuff. If you want to have access to the print dialog, you will have to install the printer drivers locally, run FOP locally and transfer the generated print stream to the remote

Images with Hyperlink

2002-05-28 Thread Ramesh Suribhatla
Hi, I am having a problem to create a hyperlink to an image. The HTML and the corresponding FO generated are as below. a href=http://www.sun.com; img border=0 src=lgsun.gif alt=Sun /a fo:basic-link external-destination = http://www.sun.com; fo:external-graphic src =

background-color in fo:inline

2002-05-28 Thread Ramesh Suribhatla
Hi, The background color is not being displayed when I include the background-color attribute in fo:inline. It works fine for fo:block. Is this supported by FOP 0.20.2. If not, is there a way about? Thank you, Ramesh __ Do You Yahoo!? Yahoo! -

Thanks

2002-05-28 Thread Ramon Maria Gallart
Thanks all for the sources indicated. Ramon.

RE: Learning needeed

2002-05-28 Thread Henriksen Niels Kristoffer
Ramon, you should also consider spending a while with http://www.ibiblio.org/xml/books/bible2 This site offers to sample chapters which I - just another beginner - found quite useful. They cover XSL transformations and XSL Formatting Objects in turn. Kind regards - Niels.

Newbie - Dynamic data in .fo file

2002-05-28 Thread Vikram Goyal01
Hi all, I need to pick data for my .fo file from another xml. How do I do this? Do I need to transform it again? I have searched the mailing list but cant seem to find the answer (maybe using wrong keywords, dynamic data ??). BTW, Why is there no fop user mailing list at mail-archive? Its

Re: Newbie - Dynamic data in .fo file

2002-05-28 Thread Denis Thierry
Hi, Did you try something like document('urltoyourxmlfile') in your fo file? This should insert your xml doc into your fo file ... - Original Message - From: Vikram Goyal01 To: [EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 10:21 AM Subject: Newbie - Dynamic data in

Need your HELP - Compile Error

2002-05-28 Thread Ali_Binus
Dear all, I am new in XMl and XSL, I want to produce PDF output from XML and XSL using FOP. I tried to compile source code (Shakespearean Sonnet) that i found in : http://www-106.ibm.com/developerworks/education/transforming-xml/xmltopdf/in dex.html here are the result when i tried to compile :

Re: Newbie - Dynamic data in .fo file

2002-05-28 Thread Jeremias Maerki
You can improve the use of the document() function if you do something like that: document('urltoyourxmlfile')/mystuff/entry[position() = 3]/text which basically means that you can append an XPath statement to further restrict the content to be included. I use this to include language dependant

Re: Image source

2002-05-28 Thread Ralf Steppacher
i would like to know is how can i tell xsl that i want an image whose name is in a xml tag? For example: in the xml... img namenameOfImage.jpg/name /img... in the xsl... fo:block fo:external-graphic src=(here should go the name of the

AW: Image source

2002-05-28 Thread Kai Ulrich
try in the xml... img namenameOfImage.jpg/name /img... in the xsl... xsl:template match="img" fo:block fo:external-graphic src=""/ /fo:block /xsl:template In my Application it just worked with the absolut image-path ! Don't knew why ! Greatings kai

RE: Image source

2002-05-28 Thread Vikram Goyal01
This might also answer my question regarding dynamic text. Could you just clarify if by the xsl file here, you mean the .fo file? Can I have xsl tags in my .fo file? Rgs Vikram -Original Message-From: Kai Ulrich [mailto:[EMAIL PROTECTED]Sent: Tuesday, May 28, 2002 3:54 PMTo:

RV: Image source

2002-05-28 Thread Ramon Maria Gallart
I've tried it and works!! Ramon -Mensaje original-De: Kai Ulrich [mailto:[EMAIL PROTECTED]Enviado el: martes, 28 de mayo de 2002 12:24Para: [EMAIL PROTECTED]Asunto: AW: Image source try in the xml... img namenameOfImage.jpg/name /img... in the xsl...

Exception while running xml examples

2002-05-28 Thread Vikram Goyal01
Hi all, I am trying to convert the xml docs into pdf using command line. I get the following error on output: [ERROR]: 'master-reference' for 'fo:page-sequence'matches no 'simple-page-master ' or 'page-sequence-master' The command that I gave was: D:\fop-0.20.3fop -xsl

RE: Exception while running xml examples

2002-05-28 Thread Vikram Goyal01
Hi Denis, I am using the xml2pdf.xsl which comes as part of the download. I have not changed anything in it, except the property master-name to master-reference. I get the same error. If I misspell the master -reference, it ignores it and generates the pdf but its an incomplete pdf.

RE: Exception while running xml examples

2002-05-28 Thread Vikram Goyal01
Yes, I did change it, but its still not working. -Original Message- From: Ramon Maria Gallart [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 7:07 PM To: [EMAIL PROTECTED] Subject: RE: Exception while running xml examples Sorry, i hadn't read until the end. I had the same problem

<    10   11   12   13   14   15   16   17   18   19   >