|
Subject: Re: [xsl] Linebreak problem From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Wed, 27 Dec 2006 23:02:13 +0100 |
How do I make a linebreak in xsl-fo ?[snip]
<fo:flow flow-name="frame-body" font-family="Times">
<fo:block>
<xsl:value-of select="letter/text"/>
You should use <xsl:apply-templates select="letter/text"/> here. Your code selects just the first text node.
<fo:block/>
<xsl:apply-templates/>
This doesn't work.....why ?
Note that using a <fo:block/> inline with text may cause unexpected space, because getting it always right is a wicked problem.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Linebreak problem, Asbjørn Thorsen | Thread | [xsl] Formatting issues, ms |
| Re: [xsl] Formatting issues, Abel Braaksma | Date | Re: [xsl] row and column separator , J.Pietschmann |
| Month |