ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error
|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Problem in search of solution
> 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?
<xsl:template match="section_head">
<xsl:for-each select="line">
<fo:block font-weight="bold" font-size="12pt">
<xsl:if test="position()=last()">
<xsl:attribute>
name="space-after.optimum">0.25in</xsl:attribute>
<xsl:if>
<xsl:value-of select="." />
</fo:block>
</xsl:for-each>
</xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








