How are you declaring your variables? This should work correctly for your true case:
<xsl:variable name="ServerName">true</xsl:variable>
<xsl:variable name="RowCount">1000</xsl:variable>
It may be the false case that's giving you null, in which case, try this:
<xsl:value-of select="."/>