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/ --

sup with fo

2002-05-07 Thread Mathy V Arumugam
Hello, I have 5*10sup5/sup in my xml file and trying to do a superscript using the following xsl lines. Unfortunately, this does nothing. Any clue??? xsl:template match=//sup fo:inline baseline-shift=sup font-size=3px xsl:apply-templates/ /fo:inline /xsl:template Thanks Mathy

Re: sup with fo

2002-05-07 Thread Mathy V Arumugam
Mathy J.Pietschmann wrote: Mathy V Arumugam wrote: Hello, I have 5*10sup5/sup in my xml file and trying to do a superscript using the following xsl lines. Unfortunately, this does nothing. Any clue??? xsl:template match=//sup fo:inline baseline-shift=sup font-size=3px Try

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
** dr.setLogger(log); dr.setRenderer(Driver.RENDER_PDF); InputHandler ih=new XSLTInputHandler(xmlFile,xslFile); XMLReader p=ih.getParser(); dr.setOutputStream(new FileOutputStream(pdfFile)); dr.render(p,ih.getInputSource()); Mathy V Arumugam wrote: What can I do to get rid

Re: long words in table cells and hyphenate

2002-04-03 Thread Mathy V Arumugam
Bertrand, I had the same problem as you do and the text_wrapper function fixed it. Mathy Bertrand Badot wrote: I have got the same problem than Mathy with the overflow of the column and long word.As I do not want to truncate the data, I try the hyphenate solution but it did not change

fop-0.20.3: table cell data on same page

2002-03-28 Thread Mathy V Arumugam
Hi all, How can I prevent the table cells from splitting on page break? I thought the following should prevent the table cells from splitting on page boundaries...but, does not work for me fo:table-cell keep-together.within-page=always fo:block/fo:block /fo:table-cell I

Re: fop-0.20.3: table cell data on same page

2002-03-28 Thread Mathy V Arumugam
stext some text some text some text some text stext some text some text some text some text stext some text some text some text some text stext some text some text some text some text srated output/fo:block /fo:table-cell /fo:table-row thanks Mathy J.Pietschmann wrote: Mathy V Arumugam wrote

Re: fop-0.20.3: table cell data on same page

2002-03-28 Thread Mathy V Arumugam
fo:table-cell fo:block.../fo:block/fo:table-cell /fo:table-row for it to work properly. hth -Original Message- From: Mathy V Arumugam [mailto:[EMAIL PROTECTED] Sent: Thursday, March 28, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: fop-0.20.3: table cell data on same page

Re: insert a PDF file into another PDF

2002-03-19 Thread Mathy V Arumugam
Yes, iText does look promising. I am looking into that.. will let you know when I succeed :) Mathy Buonincontri, Steve (CAP, MMF, ITSS) wrote: I think you can do this with iText 3.0 -Original Message- From: Mathy V Arumugam [mailto:[EMAIL PROTECTED] Sent: Thursday, March 14, 2002

Re: table: column-width

2002-03-14 Thread Mathy V Arumugam
Apologies for the previous request! A better looking table is attached! The number of columns is not a fixed number. I am able to create the table but, having trouble with the column-width. The table should expand to fit the page. The total-column-number is defined in TABLE attribute.

Newbie question: Conditional page-brek

2002-03-13 Thread Mathy V Arumugam
How can I do a page break when the TABLE_TITLE is NOT empty. xsl:value-of select=TABLE_TITLE/ Thanks Mathy

Multiple rows and cols

2002-03-11 Thread Mathy V Arumugam
I have a 19 by 20 cells table. What is the efficient way to do it? I have this in. xsl but having trouble converting to .fo xsl:for-each select=LIST1 table WIDTH=100% border=6 bordercolorlight=#33 bordercolordark=#66 bgcolor=#CC

Have anyone used FOA tool

2002-02-27 Thread Mathy V Arumugam
I am having problem with bringing up the main window Formatting Object Authoring Tool window. All the other windows come up ok. Thanks Mathy