Using XSL how do I check to see if an element contains a value. I have tried <xsl:if test="string()"/> and this does not work. I have tried <xsl:apply-template select="element"/> and then <xsl:if test="node()=''"/> and this does not work either. Any ideas??