Yes, i subscribe it but whenever i am posting any query it's giving me failure notice.
i am posting it here  incase anybody knows:
 
I am using xml / xsl to create pdf. I want to do page break at the end
of <AdvertPage> tag. What i am doing is

    <xsl:template match="AdvertPage">
<fo:table table-layout="fixed"> 
   <fo:table-column column-width="18cm" />
.....
.....
display of other info
.....
<fo:block break-before='page' keep-with-previous='auto' />
    </xsl:template>
 
 


Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'

Reply via email to