On 01 Mar 2009, at 18:39, jgpha9 wrote:

Hi

Here is my xsl (part of) code :

<snip />

I just want to generate one page per "advance". But the <xsl:value-of
select="advanceid"/> displayes nothing.
What am I doing wrong ??

The below table defines only one table-column, but you need at least two:

           <fo:table background-color="white" padding-right="5pt"
padding-left="5pt">
               <fo:table-column column-width="100mm"/>
               <fo:table-body>
                   <fo:table-row>
                       <fo:table-cell>
                           <fo:block>
                               advanceid :
                           </fo:block>
                       </fo:table-cell>
                       <fo:table-cell>
                           <fo:block>
                               <xsl:value-of select="advanceid"/>
                           </fo:block>
                       </fo:table-cell>
                   </fo:table-row>
                </fo:table-body>
           </fo:table>
      </fo:flow>
   </fo:page-sequence>
   </xsl:for-each>



HTH!

Cheers

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to