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]

Problem in search of solution


<xsl:template match="section_head">
	<xsl:for-each select="line">
		<fo:block font-weight="bold" font-size="12pt"
space-after.optimum="0.25in">
                	<xsl:value-of select="." />
                 </fo:block>
        </xsl:for-each>
</xsl:template>

I'm trying to produce something such that only the last line will have the
space-after.optimum attribute. Any ideas how can I do this?

Thanks in advance
Carlos

--
Carlos E. Araya
WebCT Project Coordinator - New Media Specialist
Alquist Center for Instrucctional Development
San Jose State University
1 Washington Square
San Jose, Ca 95192-0026

email	: araya@sjsu.edu (prefered)		| Phone (408) 924 2859
	  elrond@valinor.sjsu.edu		| Pager (408) 308 1793
Web	: http://www.sjsu.edu/depts/alquist/	| Fax   (408) 924 2437
	  http://valinor.sjsu.edu/~elrond/	

finger elrond@valinor.sjsu.edu for PGP key
-- 
Note: you are currently using an unregistered evaluation copy of your 
life. Register now for the full-featured version and cheat codes!         


 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]