After some tries I could not figure it yet, how / where should be write in a XML file:
<xsl:if test="//txtA/text() != '' ">
<fo:block xsl:use-attribute-sets="dossier.p">
<xsl:value-of select="//txtA/text()" linefeed-treatment="preserve"/>
</fo:block>
</xsl:if>