xsl-list
[Top] [All Lists]

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

2007-02-05 21:50:25
I could be wrong, but it looks like you have defined 5 columns, but in each row you have 6 columns.

Chris_Graham(_at_)aami(_dot_)com(_dot_)au wrote:
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.
**********************************************************************

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--
Kamal Bhatt


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--