<fo:block >
   <xsl:value-of select="concat(city_code, ' ', city_name)"/>
</fo:block>


njko


On Tue, Jan 12, 2010 at 7:02 AM, Magdikova <[email protected]> wrote:

>
> <fo:block >
>  <xsl:value-of select="city_code"/> !!!white space here!!!
>  <xsl:value-of select="city_name"/>
> </fo:block>
>
> I would like the following result:
>
> 1000  Berlin
> --
> View this message in context:
> http://old.nabble.com/%3Cfo-block-white-space--how-to--tp27123064p27123064.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to