This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xsl-fo


I have a concern reg. the number of lines that can
 appear in a     page with a height of 11in  and
 8.5in width.

 <fo:simple-page-master master-name="rest"
 		page-height="11in"
 		page-width="8.5in"
 		margin-top="0.5in"
 		margin-bottom="0.5in"
 		margin-left="0.5in"
 		margin-right="0.5in">
 	    		<fo:region-body margin-top="0.5in"/>

   		       <fo:region-before extent="1.5in"/>
 	       	<fo:region-after extent="1.5in"/>
 	   </fo:simple-page-master>


 Right now my body is given the following template and
 I am getting 24 lines (ALWAYS) in the body and lot of
unused area in the body...  I want to make use of that
unused area and reduce wasting paper... my page layout
is given in inches and body is given in points .....
do I need to do any kind of calculation for limiting
the number of lines.. could you please help me!

 Your help is highly appreciated!
 Ansih

 <fo:flow flow-name="xsl-region-body">

 				<fo:block
 				font-size="8pt"
 				       font-family="sans-serif"
 			       	line-height="8pt">

 <xsl:apply-templates select="eReconciliation"/>
 				</fo:block>






__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]