A
Ali Sahin
Hi there,
if I have followed XML entity
<contactperson>
Prename Surname
Telephone Number
</contactperson>
and the associated XSL Snippet
<fo:table-cell>
<fo:block text-align="left"
font-size="11pt"
font-family="Courier"
line-height="14pt">
<xsl:apply-templates select="contactperson"/>
</fo:block>
</fo:table-cell>
it's in the resulted PDF like that: "Prename Surname Telephone Number".
Bud I'd like to have a wrap after "Prename Surname".
How to handle this?
Any ideas?
Greets
kirashet
if I have followed XML entity
<contactperson>
Prename Surname
Telephone Number
</contactperson>
and the associated XSL Snippet
<fo:table-cell>
<fo:block text-align="left"
font-size="11pt"
font-family="Courier"
line-height="14pt">
<xsl:apply-templates select="contactperson"/>
</fo:block>
</fo:table-cell>
it's in the resulted PDF like that: "Prename Surname Telephone Number".
Bud I'd like to have a wrap after "Prename Surname".
How to handle this?
Any ideas?
Greets
kirashet