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"> </fo:inline> </xsl:if> Eric Amick Systems Engineer II Legislative Computer Systems > -----Original Message----- > From: Rita Greenberg [mailto:[email protected]] > Sent: Monday, June 25, 2012 17:50 > To: [email protected] > 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: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
