<xsl:choose> <xsl:when test='foo:channel/foo:title and not(foo:channel/foo:title="")'> <xsl:value-of select='foo:channel/foo:title'/> </xsl:when> <xsl:otherwise>StreamBurner News Reader</xsl:otherwise> </xsl:choose>