On 16 Dec 2008, at 19:16, Philip V wrote:


Thanks Andrea.. I'll give it a try

No problem.

Just thought of another possibility, if you still keep getting undesired white-space: Consider also looking at text in the stylesheet. Note that in the stylesheet itself, white-space only nodes are stripped by default, but the tricky bits are things like:

<xsl:template match="...">
  <fo:inline>See (
    <xsl:apply-templates select="..." />

The linefeed and the spaces are not stripped, since they belong to the same text-node as "See (". Using <xsl:text>See (</xsl:text> could solve that one.

Cheers

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to