<xsl:choose> <xsl:when test="rss/channel/title"> <xsl:value-of select="rss/channel/title" /> </xsl:when> <xsl:otherwise> <xsl:value-of select="atom:feed/atom:title" /> </xsl:otherwise> </xsl:choose>