[Home] [By Thread] [By Date] [Recent Entries]
replying to myself here...
Joern Nettingsmeier wrote: hi everyone!<snip> i could think of this solution:
<xsl:function name="r2c:hasTextContent" as="xs:boolean">
<xsl:param name="node"/>
<xsl:choose>
<xsl:when test="r2c:__hasTextContent($node)">
<xsl:sequence select="true()"/>
</xsl:when>
<xsl:otherwise>
<xsl:sequence select="false()"/>
</xsl:otherwise>
<xsl:choose>
</xsl:function>but at a time where i'm still dancing in the courtyard chanting "no more ugliness in the world" after having discovered xsl 2.0, this one is a bit of a spoil. :( is there a solution which, in addition to working, is actually beautiful? (i know i could easily get rid of the wrapper in this case since the empty set evaluates to "false", but i'm looking for a general solution that will also apply to non-boolean functions.) regards, jC6rn
home://germany/45128 essen/lortzingstr. 11/ http://spunk.dnsalias.org phone://+49/201/491621 if you are a free (as in "free speech") software developer and you happen to be travelling near my home, drop me a line and come round for a free (as in "free beer") beer. :-D
|

Cart



