Re: Control of long words inside a table cell

2002-06-13 Thread Mathy V Arumugam
You could also use this template to split a line at a certain position. xsl:template name=text_wrapper xsl:param name=Text/ xsl:choose xsl:when test=string-length($Text) xsl:value-of select=substring($Text,1,30)/ !-- xsl:text#xa;/xsl:text br/ --

render only page n

2002-06-13 Thread Eric Smith
Is it possible to tell fop to render only page n? Without having to put explicit tags in the source of course. thanx -- Eric Smith

list problems

2002-06-13 Thread gabor
hi, i've just migrated from 0.20.1 to 0.20.3, and now my lists aren't working well :-(( before for bulleted-list i used something like this: (xslt): -- fo:list-item fo:list-item-label start-indent={$nestinglevel} * 6mm

RE: Problem with not stroking SVG text (AND BUG IN FOP 0.20.3)

2002-06-13 Thread Vollmer, Thomas - CannonSA
Keiron wrote: As I said before. When converting FO to PDF it uses the Configuration. When doing SVG to PDF it (should) uses the batik transocding hints. Whether it is stroked or not depends on how batik is setup with the code. The transcoder that converts SVG to PDF sets it up in a

Re: Problem printing using FOP

2002-06-13 Thread Jeremias Maerki
I'm not sure but I think AWT normally uses the default printer driver config from the OS. If your on Windows check your Printing Preferences on the printer. Maybe you've got the manual feed as a default. Just a thought... I have a problem I can't figure out, hoping someone has done this

Re: render only page n

2002-06-13 Thread Jeremias Maerki
No. Want to add support for this yourself? I can give you some pointers, if you want. The other possibility is using iText or something similar to delete the pages you don't want. Is it possible to tell fop to render only page n? Without having to put explicit tags in the source of course.

RE: Block and page changing

2002-06-13 Thread Hahn Kurt (CHA)
keep-together=always does what I need, but just out of curiosity: What does a keep-together condition with strength of the given integer in the appropriate context mean?? I tried to see what happens if insert an integer value instead of always, but that didn't really explain it.. Kurt

Determining last page with xsl:if test?

2002-06-13 Thread andrew.bate
Hi, I can't seem to find an answer to this on the various search engines or archives so I hope someone can point me in the right direction on this. I am currently using fo:page-number/ and fo:page-number-citation ref-id=lastBlock/ in a FO document to display the page number and total page

Re: FOP vs. Actuate Java Edition

2002-06-13 Thread Stephan Albers
[EMAIL PROTECTED] wrote: Recently we had a sales demo of the Actuate Java Edition reporting tool. The tool provides a Swing interface to assist in formatting the layout, and it also can connect to RDBMS data sources to provide drag-n-drop additions of report data elements. Question: Does anybody

RE: White space between table-rows. HOW?

2002-06-13 Thread Hahn Kurt (CHA)
I still haven't figured out how I can insert space between table-rows. I would like to have a propert -Message d'origine- De : J.Pietschmann [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 6. juin 2002 01:09 À : [EMAIL PROTECTED] Objet : Re: White space between table-rows. HOW? Hahn Kurt

TR: White space between table-rows. HOW?

2002-06-13 Thread Hahn Kurt (CHA)
I still haven't figured out how I can insert space between table-rows. I would like to have a property that applies on a table-row. The various padding properties didn't seem to produce any effect, no matter what values I gave. One temporary solution I'm using is to specify the height of the row,

page-number-citation and break-before

2002-06-13 Thread Ralf Steppacher
Hi all. I encountered a problem using a break-before=page in a block that is referenced by a page-number-citation in my TOC. My document contains several chapters and inside every block element containing a Headline I set the break-before=page attribute. These blocks are referenced by a

RE: Problem with not stroking SVG text (AND BUG IN FOP 0.20.3)

2002-06-13 Thread Keiron Liddle
On Thu, 2002-06-13 at 03:00, Vollmer, Thomas - CannonSA wrote: How is the current CVS trunk different from the 0.20.3 release in terms of this issue? The trunk is updated to work with the current batik (cvs). The text is shapes or not depending on whether it is possible to use plain text in the

RE: Embedding a table in a table-row

2002-06-13 Thread Max Dcosta
Hello FOPPers :) , I have this code which was intended to embedd a table within a Table Cell. I have tried calling a template inside the table cell and this is how it appears in the pdf. I am attaching my xml, xsl and the pdf output and i hope it helps cheers max :)

RandList width ...

2002-06-13 Thread RAYMOND Romain
Hello, please does anyone has informations about how to fix randlist width so that it is so narrow as elements inside ? My problem is that I have radlist inside others and their width go growing ... like : Randlist |||| -bob(width 1)|

RE: docbook link and ulink to real links in PDF possible ?

2002-06-13 Thread Rob Smith
From: Norbert Schoepke [mailto:[EMAIL PROTECTED] btw.: When I use these FOP extensions with my Stylesheets, the TOC's and LOT's all don't get proper leader dots to right-align the pagenumbers... Why is this ? If I don't use them, I get the leader dot all fine lined up... The TOC style with

RE: White space between table-rows. HOW?

2002-06-13 Thread vinod . nayak
this may help you.. fo:table-row . fo:block color=whitespace/fo:block fo:block color=whitespace/fo:block /fo:table-row -Original Message- From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:14 PM To: '[EMAIL PROTECTED]' Subject: TR: White

RE: table-layout=fixed

2002-06-13 Thread vinod . nayak
use table . table-layout=fixed this may help you.. and abt % column-width, use proportional-column-width property of the column -Vinod -Original Message- From: gabor [mailto:[EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:40 AM To: fop-user Subject: table-layout=fixed hi,

does any one have solution for this?

2002-06-13 Thread vinod . nayak
Hi all, My report contains 4 Tables. I have to display some content at the top of the page [like table header] for the first page of the each table, and the content will slightly change from the next page onwards.. for e.g.. if the whole report has 20 pages and if each table spans for

Newbie: Using PCLRenderer and PSRenderer

2002-06-13 Thread Amine AMAR
Hi all, I'm pretty new to FOP and have a simple question. I have an application that requires printing controled by the application server. I've gone thru the advanced example in the fop dist. but this does not solve my pb because I need to specify the printer to print to at runtime (depends

getting the outputStream

2002-06-13 Thread Amine AMAR
Hi all, How can I get an OutputStream from a fop processed xml+xsl files? thank's for any scriplet :) Amine

Re: getting the outputStream

2002-06-13 Thread Jeremias Maerki
Everything you need should be here: http://xml.apache.org/fop/embedding.html How can I get an OutputStream from a fop processed xml+xsl files? Cheers, Jeremias Märki

Re: Problem printing using FOP

2002-06-13 Thread Craig . Malton
Thanks for the response Jeremias. I tried doing that without success :( I've also tried this to 3 printers (unfortunately they are all the same kind of printer) from a few different desktops and they all do the same thing. Strange thing is that it prints fine on A4 paper, just won't print from

Re: Problem printing using FOP

2002-06-13 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Thanks for the response Jeremias. I tried doing that without success :( I've also tried this to 3 printers (unfortunately they are all the same kind of printer) from a few different desktops and they all do the same thing. Strange thing is that it prints fine on A4

RE: White space between table-rows. HOW?

2002-06-13 Thread Carter, Will
you could just add a spacer row between your dynamic rows... fo:table-row fo:table-cell fo:block padding=5pt/fo:block /fo:table-cell fo:table-cell fo:block padding=5pt/fo:block /fo:table-cell /fo:table-row will

conversion of FO to PDF results in rectangles instead of whitespaces

2002-06-13 Thread Harmen van Keimpema
Hi all, I'm having a weird problem with converting a FO to PDF. The FO serves as a place holder for an SVG file like this: fo:blockfo:external-graphic src=file:temp1.svg//fo:block The SVG file contains text with ARIAL font. I'm using real text in the PDF and my font metrics file is OK (i think).

[ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-13 Thread Christian Geisert
Hi all, the Release Candidate for 0.20.4 is available at http://xml.apache.org/dist/fop for downloading and testing. It is planed to make the actual release in about a week (or two?) if no serious bugs show up. Changes since 0.20.3 include: - Support for background-image - FOP should now work with

computing table-column width

2002-06-13 Thread Florence Deforge
Hello I need to create a style sheet which displays tables. In the xml instance tables are defined as follow : table line cell.../cell cell.../cell ... /line /table Tables can have any number of columns and I wonder if it is possible to create a single template that would first

Re: computing table-column width

2002-06-13 Thread Chuck Paussa
Florence Deforge wrote: Hello I need to create a style sheet which displays tables. In the xml instance tables are defined as follow : table line cell.../cell cell.../cell ... /line /table Tables can have any number of columns and I wonder if it is possible to

Re: FOP Evaluation

2002-06-13 Thread Stephan Albers
Urban, Patrick wrote: 1. By saying XSL FO is a recommendation is the W3C putting its stamp of approval on it or is there still a higher level of approval this specification can receive? Not that I know. It took W3 long enough (more than 2years?!) until XSL-FO became a recommendation. 2. How

Re: Control of long words inside a table cell

2002-06-13 Thread J.Pietschmann
Roland Neilands wrote: This is excellent. NB: I would use a fixed width font for this kind of exercise, eg: font-family=Courier otherwise there is several cm variation over 30 12pt char between average em spacing. Unlikely, but ... The character width tables are available as XML in the FOP

Re: create READ_ONLY PDF from FOP ??

2002-06-13 Thread J.Pietschmann
Jie Wang wrote: Can we create READ_ONLY PDF from FOP ?? Thanks. Code sample: http://marc.theaimsgroup.com/?l=fop-devm=102002975028427w=2 J.Pietschmann

unsubscribe me

2002-06-13 Thread Naveen_Rojanala

Re: AW: tabulator

2002-06-13 Thread J.Pietschmann
Moebius, Yvonne wrote: Hi Markus, at the moment I am using tables without borders as a work-around for tabulators. The problem is to order numbers with different decimal places among each other. Like 12.57 5.4 67. Is it possible align them? The standard provides for this: fo:table-cell

Re: SVG External Graphic ...

2002-06-13 Thread J.Pietschmann
Jose Hernandez wrote: I'm using the JDK 1.4.0 with FOP 0.20.3 and I created a SVG file that I'm trying to put into a PDF file ... but FOP sent this error message: [ERROR]: svg graphic could not be built: file:e:/test.svg:-1 An I/O error occured while processing the URI 'file:e:/test.svg#clipPath1'

Re: render only page n

2002-06-13 Thread J.Pietschmann
Eric Smith wrote: Is it possible to tell fop to render only page n? Without having to put explicit tags in the source of course. Apart from what you have been already told, the pages 1..n-1 usually have to be rendered in order to compute what goes onto page n. If there are forward references like

Re: Determining last page with xsl:if test?

2002-06-13 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am currently using fo:page-number/ and fo:page-number-citation ref-id=lastBlock/ in a FO document to display the page number and total page count. The issue I have is that I want to detect if I am on the last page by using an xsl:if test= call but don't know how to

Re: page-number-citation and break-before

2002-06-13 Thread J.Pietschmann
Ralf Steppacher wrote: I encountered a problem using a break-before=page in a block that is referenced by a page-number-citation in my TOC. My document contains several chapters and inside every block element containing a Headline I set the break-before=page attribute. These blocks are

Re: does any one have solution for this?

2002-06-13 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Hi all, My report contains 4 Tables. I have to display some content at the top of the page [like table header] for the first page of the each table, and the content will slightly change from the next page onwards.. for e.g.. if the whole report has 20 pages and if each

RE: Problem with not stroking SVG text (AND BUG IN FOP 0.20.3)

2002-06-13 Thread Vollmer, Thomas - CannonSA
Keiron wrote: How is the current CVS trunk different from the 0.20.3 release in terms of this issue? The trunk is updated to work with the current batik (cvs). Ok, thanks. The text is shapes or not depending on whether it is possible to use plain text in the pdf document or not. It

using an InputStream with XSLTInputHandler

2002-06-13 Thread Amine AMAR
Hi All, I need to use XSLTInputHandler with an runtime generated xml document. I would like to just stream-line it to XSLTInputHandler and not use the file system. is there a way to do so? or a workarround? Thank's Amine

Re: FOP Evaluation

2002-06-13 Thread J.Pietschmann
Urban, Patrick wrote: 1. By saying XSL FO is a recommendation is the W3C putting its stamp of approval on it or is there still a higher level of approval this specification can receive? Do you mean something like ISO standard? And what's this blessing good for? There are plenty of W3C

Re: using an InputStream with XSLTInputHandler

2002-06-13 Thread J.Pietschmann
Amine AMAR wrote: Hi All, I need to use XSLTInputHandler with an runtime generated xml document. I would like to just stream-line it to XSLTInputHandler and not use the file system. is there a way to do so? or a workarround? This has just been answered yesterday. Driver driver =new Driver();