Rif: [xsl] Total PAGE number

Subject: Rif: [xsl] Total PAGE number
From: "Alessandro" <a.spillmann@xxxxxxxxx>
Date: Mon, 26 May 2003 13:10:10 +0200 (ora legale Europa occidentale)
 
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:block>
     </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-------
 
Data: lunedì 26 maggio 2003 11.42.08
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


.
_______________________________________________________________________________
  IncrediMail - il mondo della posta elettronica si è finalmente evoluto - Clicca Qui
Current Thread