<xsl:choose> <xsl:when test='atom:title and not(atom:title="") and count(atom:entry) > 1'> <xsl:value-of select='atom:title'/> </xsl:when> <xsl:when test='atom:entry'> <xsl:value-of select='atom:entry/atom:title'/> </xsl:when> <xsl:otherwise>StreamBurner</xsl:otherwise> </xsl:choose>