Hi Bhaskar,
 
you could put the <fo:page-sequence> in an <xsl:template> Tag?
 
You could for example try:
 
<xsl:for-each select="blabla\blabla1">
  <xsl:call-template select="blub"/>
</xsl:for-each>
 
<xsl:template name="blub>
  <fo:page-sequence>
   ....
</xsl:template>
 
This should work or did i get your question wrong?
 
Greetz,
Johannes.
----- Original Message -----
Sent: Tuesday, June 15, 2004 2:29 PM
Subject: Dynamic generation of <fo:page-sequence> in static XSL page

Hi all,

 

Is there any tag or way to generate <fo:page-squence> dynamically in a static XSL page (like looping) depending on the information available in XML page.

 

With Regards

Bhaskar

Reply via email to