xsl-list
[Top] [All Lists]

Rif: Total PAGE number

2003-05-26 04:10:10

dimenticavo, il tag <fo:block id="endofdoc"> dove la pagina termina 

es:

<xsl:template match="RootXML/TOTALE">
  <fo:table table-layout="fixed">
   <fo:table-column column-width="400pt"/>
   <fo:table-body>
    <fo:table-row line-height="10pt">
     <fo:table-cell>
      <fo:block id="endofdoc
-------------------------------------------------------------------</fo:bloc

     </fo:table-cell>
    </fo:table-row>
    <!--fo:table-row line-height="15pt">
     <fo:table-cell>
      <fo:block>Totale LDV:<xsl:apply-templates select="VALORE_TOTALE"/>
      </fo:block>
     </fo:table-cell>
    </fo:table-row-->
   </fo:table-body>
  </fo:table>
 </xsl:template>



-------Messaggio originale-------

Da: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Data: lunedì 26 maggio 2003 11.42.08
A: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Oggetto: [xsl] Total PAGE number

New week, new question: 

I have some problem with the page number, in a XSL to be displayed with a
PDF format.

Now I have the current page number at video: 

<fo:static-content flow-name="xsl-region-before">
<fo:block text-align="end" font-size="10pt" font-family="sans-serif"
line-height="14pt"> PAGE <fo:page-number/>
</fo:block>
</fo:static-content>

but I have a sequence of PAGE 1, PAGE 2, .....

how could I display something like PAGE 1/3
PAGE 2/3 ... and so on ?


thank u much

Marco

XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


.

GIF image

<Prev in Thread] Current Thread [Next in Thread>