RE: Problem in search of solution

Subject: RE: Problem in search of solution
From: Carlos Araya <elrond@xxxxxxxxxxxxxxxx>
Date: Fri, 16 Jun 2000 11:56:15 -0700 (PDT)
Michael:

I tried was you suggested below, but Xalan is barking at the xsl:element
part. It doesn't tell me what's wrong, it just tells me there's an xslt
error.

Any idea what the problem is?

Thanks,
Carlos

On Fri, 16 Jun 2000, Kay Michael wrote:

|<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


Current Thread