Hello group, I have a problem: <fo:block padding-before="24pt"> <xsl:apply-templates select="//body/xsalutation"/> <xsl:value-of select="./ap/salutation/text<xsl:value-of select="./ap/surname"/>,</fo:block>
will return: Guten Tag Herr Scherler , But I want to have: Guten Tag Herr Scherler, So I tried the following: <fo:block padding-before="24pt"> <xsl:apply-templates select="//body/xsalutation"/> <xsl:value-of select="./ap/salutation/text<xsl:value-of select="./ap/surname"/><fo:inline start-indent="-.25cm" white-space-treatment="ignore">,</fo:inline> </fo:block> But still it's not working! I also tried with white-space... ...no success Thanks in advance for any help. > Mit freundlichem Gruss, > > Thorsten Scherler > Marketing / Telefonmarketing > > Weidm�ller GmbH & Co. > P.O. Box 2807 > 33058 Paderborn > Tel.:+ 49 - 5252-960-350 > Fax:+ 49 - 5252-960-116 > eMail: [EMAIL PROTECTED] > http://www.weidmueller.de > >
