What happens when you use the following?

<xsl:if test="RC[.!=''] and RCOVERRIDE[.!='Y']">
  <xsl:if test="RCMODIFIED[.='Y']"><xsl:text>#</xsl:text>
  </xsl:if>
  <xsl:value-of select="RC"/>
  <fo:inline font-size="4pt">&#160;</fo:inline>
</xsl:if>

Eric Amick   Systems Engineer II
Legislative Computer Systems

> -----Original Message-----
> From: Rita Greenberg [mailto:rgreenb...@medata.com]
> Sent: Monday, June 25, 2012 17:50
> To: fop-users@xmlgraphics.apache.org
> Subject: Re: White Space Added but Not Needed
> 
> Thanks Pascal - I tried that but am still getting a space between the #
> and 28.
> I need #28.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


---------------------------------------------------------------------
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