J.Pietschmann wrote:

How do you know "it" inserts a space?
I recommend to produce a FO file and inspect it, and if the source
of the irritating space still isn't obvious, trim down both the input
source or the style sheet a bit and repeat the process.

I reduced the template to:
***
<xsl:template match="lettertext/styledtext">
 <xsl:value-of select="text" />
</xsl:template>
***
and I still get the spaces.
I'm also sure that the input for the 'value-of' does not contain any spaces.

When I change the template to:
***
<xsl:template match="lettertext/styledtext">
 <xsl:value-of select="text" />
 <xsl:value-of select="text" />
</xsl:template>
***
Then I get every text doubled without a space between the doubletts - as expected.

That's the reason why I believe it has something to do with the calling of the template itself (?)
quite strange - I don't understand it...

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to