Re: [xsl] Problems with XSL-FO Table and Spanning Rows

Subject: Re: [xsl] Problems with XSL-FO Table and Spanning Rows
From: "Jost Klopfstein" <jost@xxxxxxxxxxxx>
Date: Mon, 5 Feb 2007 21:24:35 -0800
Chris,

I was able to process your fo sequence with XEP from RenderX.
The PDF output can be found here http://www.formmapper.com/chris/

I am not sure why you get an exception with FOP.

Cheers, Jost


Jost Klopfstein Axos Technologies Inc. Visit us at http://www.axostech.com or www.FormMapper.com

----- Original Message ----- From: <Chris_Graham@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, February 05, 2007 8:38 PM
Subject: [xsl] Problems with XSL-FO Table and Spanning Rows



Hi All,

I'm using Apache FOP and I keep getting:

; SystemID: file:///C:/TestProjects/ApacheFOP/./xml/xslt/PedigreeFO.xsl;
Line#: 12; Column#: 100
javax.xml.transform.TransformerException:
java.lang.ArrayIndexOutOfBoundsException: -2
       at
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2379)
       at
org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:681)

etc.

The XSL I'm using is:

                   <fo:block font-size="8pt">
                       <fo:table table-layout="fixed" border-style=
"solid">
                           <fo:table-column column-width="2cm" />
                           <fo:table-column column-width="2cm" />
                           <fo:table-column column-width="2cm" />
                           <fo:table-column column-width="2cm" />
                           <fo:table-column column-width="2cm" />
                           <fo:table-body>

                               <fo:table-row>
                                   <fo:table-cell>
                                       <fo:block>1-1</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>2</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>3</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>4</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>5</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>6</fo:block>
                                   </fo:table-cell>
                               </fo:table-row>


<fo:table-row> <fo:table-cell> <fo:block>1-2</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>2</fo:block> </fo:table-cell> <fo:table-cell border="1pt solid black" number-rows-spanned="2"> <fo:block>3</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>4</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>5</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>6</fo:block> </fo:table-cell> </fo:table-row>

                               <fo:table-row>
                                   <fo:table-cell>
                                       <fo:block>1-3</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>2</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>3</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>4</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>5</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>6</fo:block>
                                   </fo:table-cell>
                               </fo:table-row>

                               <fo:table-row>
                                   <fo:table-cell>
                                       <fo:block>1-4</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>2</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>3</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>4</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>5</fo:block>
                                   </fo:table-cell>
                                   <fo:table-cell>
                                       <fo:block>6</fo:block>
                                   </fo:table-cell>
                               </fo:table-row>

                           </fo:table-body>
                       </fo:table>
                   </fo:block>

I'm trying to output PDF.

       One other similar topic suggested that I use the column-number
attribute. Is this, strictly speaking, necessary? Or is it just a case of
it is needed to work?

Thanks for any and all comments/suggestions.

-Chris


**********************************************************************
CAUTION - This message is intended for the addressee named above. It may contain privileged or confidential information.


If you are not the intended recipient of this message you must:
- Not use, copy, distribute or disclose it to anyone other than the addressee;
- Notify the sender via return email; and
- Delete the message (and any related attachments) from your computer immediately.


Internet emails are not necessarily secure. Australian Associated Motors Insurers Limited ABN 92 004 791 744 (AAMI), and its related entities, do not accept responsibility for changes made to this message after it was sent.

Unless otherwise stated, views expressed within this email are the author's own and do not represent those of AAMI.
**********************************************************************

Current Thread