<xsl:choose> <xsl:when test='//head/title and not(//head/title="")'> <xsl:value-of select='//head/title'/> </xsl:when> <xsl:otherwise>Rivista OPML</xsl:otherwise> </xsl:choose>