how can i wrap text that is not being wrapped?

2003-03-28 Thread Phillip Rhodes
I have some text that does not have any spaces in it. When FOP renders the text, it can not break up the text. FOP will clip it and give warnings about overflows. It's a trivial example but here is something that will be clipped: Notice the lack of spaces.

RE: how can i wrap text that is not being wrapped?

2003-03-28 Thread Roland Neilands
I have some text that does not have any spaces in it. When FOP renders the text, it can not break up the text. FOP will clip it and give warnings about overflows. http://xml.apache.org/fop/faq.html#cells_overflow - To

Re: xsl question about substring/index

2003-03-28 Thread Narinder Garg
Hi, try this xsl:value-of select="substring-before(.,',')" /,xsl:value-of select="substring-before(substring-after(.,','),',')" /,xsl:value-of select="substring(substring-after(substring-after(.,','),','),1,5)" / take care narinder Jasmin Mehta [EMAIL PROTECTED] wrote: Hi, Can anybody

Problem with conditional-page-master-reference

2003-03-28 Thread Bargel, Britta
Hello, I want to have a document where the first page and the middle pages have no static-content at the foot, only the last page should have one. I have got a XML-file with data which will fit on three pages. The first one is ok, but the second one has a footer like the last. Anyone can help

Re: Problem with conditional-page-master-reference

2003-03-28 Thread Jeremias Maerki
You've got a problem there: FOP doesn't support page-position=last. This is tricky to implement and hasn't been done, yet. You will need to find another way to get what you want. If it's only about the frame around your content you may want to try an absolutely positioned block-container to paint

AW: Right aligned text flutters (continued)

2003-03-28 Thread Müller, Markus
Hi, There's no difference between kerning on and kerning off. But when drawing a solid (white) border around each table cell, the right alignment gets much better... Thanks all, Markus $ -Ursprüngliche Nachricht- $ Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] $ Gesendet: Freitag, 28.

Re: how can i wrap text that is not being wrapped?

2003-03-28 Thread jaccoud
FOP cannot guess where to clip the string unless he is taught so. For common language, that is done with hyphenation rules. For URLs (and other stuff) there is no standard way of clipping (before the slash, after the slash, repeat the slash on next line or not? etc.). There are two ways to

Error creating PDF with FOPServlet

2003-03-28 Thread Amin Schoeib
Title: Error creating PDF with FOPServlet Hi, I have a problem creating a PDF-File using a XML-File and a XSL-File with the FOP-Servlet(fhe one in the FOP examples directory). When I try making a PDF with a FO-File then everything is ok. Hope that somebody can helps. I become the

Re: Error creating PDF with FOPServlet

2003-03-28 Thread shankar
hai, Check do you the following libraray files are in the classpath jaxp,xerces,xalan. Amin Schoeib wrote: Error creating PDF with FOPServlet Hi, I have a problem creating a PDF-File using a XML-File and a XSL-File with the FOP-Servlet(fhe one in the FOP examples

AW: Error creating PDF with FOPServlet

2003-03-28 Thread Amin Schoeib
Title: Nachricht Hi, I have the following libraries in the classpath: avalon, batik, xalan, xerxesImp, xml-apis. Is JAXP in XML-APIS or must or not??? thanxx -Ursprüngliche Nachricht-Von: shankar [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 28. März 2003 19:13An: [EMAIL

Re: Error creating PDF with FOPServlet

2003-03-28 Thread rhodespc
You are using OC4j In order to get fop to locate the Xalan XSLT transformer, it was necessary to add the following define to the EXTRA_JAVA_ARGS in your oc4j startup script: - Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFa ctoryImpl Otherwise, the JAXP framework

AW: Error creating PDF with FOPServlet

2003-03-28 Thread Amin Schoeib
Thanks for your help. I use the embedded OC4J Server of Jdeveloper 9. Can you tell me where I can add this EXTRA_JAVA_ARGS??? Thanxx Schoeib -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 28. März 2003 17:09 An: [EMAIL PROTECTED] Betreff:

Re: AW: Error creating PDF with FOPServlet

2003-03-28 Thread rhodespc
I do not use Jdeveloper, but I would look in the properties of your project on how to add extra vm arguments to the embedded oc4j container. -sorry. Quoting Amin Schoeib [EMAIL PROTECTED]: Thanks for your help. I use the embedded OC4J Server of Jdeveloper 9. Can you tell me where I

Re: xsl question about substring/index

2003-03-28 Thread J.Pietschmann
Jasmin Mehta wrote: submitdateMonday, March 24, 2003 4:02:03 PM EST/submitdate You should try to get ISO date format in the source, it makes processing *much* easier. Apart from this this is a XSLT FAQ: http://www.dpawson.co.uk/ http://www.mulberrytech.com/xsl/xsl-list/ J.Pietschmann

AW: AW: Error creating PDF with FOPServlet

2003-03-28 Thread Amin Schoeib
That would be very nice. Thanxx Schoeib -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 28. März 2003 17:58 An: [EMAIL PROTECTED] Betreff: Re: AW: Error creating PDF with FOPServlet I do not use Jdeveloper, but I would look in the

Re: Error creating PDF with FOPServlet

2003-03-28 Thread Clay Leeds
Amin, I believe this person was recommending that *you* look in the properties of your project on how to add extra vm arguments to the embedded oc4j container. I don't think this person was offerring to do it for you. Good luck! Amin Schoeib wrote: That would be very nice. Thanxx Schoeib

RE: last page, full page

2003-03-28 Thread Illiano, Vincent
Hi Derrick, I've been plowing through the fop-user mailing list to see what tricks/issues I can learn. I have the same problem you described in this email. Did you ever find a suitable solution to it? If so, would you be so kind as to tell me how you did it? My background image is a draft

RE: last page, full page

2003-03-28 Thread Illiano, Vincent
Hi Clay, My watermark appears on every page. On the last page of output it gets chopped off at the point where there is no more underlying text. I saw someone suggest using markers as a solution. Does anyone know how I would use markers to solve this problem? -V Vincent Illiano Senior

page number alignment in TOC

2003-03-28 Thread Afshartous, Nick
Title: page number alignment in TOC I know that the issue of right-justifying page numbers in a TOC is a documented limitation http://xml.apache.org/fop/faq.html#page_number_align but I was wondering if anyone has managed to work around this. In other words has anyone found a

Re: last page, full page

2003-03-28 Thread Clay Leeds
Vincent, IIRC, someone had previously created a template to count the number of lines and force the line-count in a table to always be enough to fill the page. I think they filled blank rows with #160;. Good luck! Illiano, Vincent wrote: Hi Clay, My watermark appears on every page. On the last