Two Problem Page Break And Xsl

1) xsl fo 
 
is there is anyway to give a page break inside a table..i am generating table dynamically....when a condition is satisfied inside a table-row or table-body i have to give a page break and continue
table in the next page with the elements that satisfied the condition..i am using apache fop 0.25

2)



<xsl:for-each select= 'WEB/SITE2/BODY//LEFT'>
<xsl:value-of select="."/>
</xsl:for-each>

i am having many nodes at the end of the BODY//LEFT which has same
name as i have previously....

i want to retrieve all the nodes that were following at the end of
the above node not the node which has the same name
which is previous to BODY/LEFT.

Important : i need to select from the end of the above node till the
end node.AS the BODY//left
may be any where in the document so i put BODY//LEFT

after the last node of BODY//LEFT i am having many nodes which has
same name as i am having same name for
the nodes before the BODY/LEFT tag..

please help me..expecting your reply...it is needed immediately...

Mukesh








Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.

Received on Thursday, 27 November 2003 20:31:20 UTC