[Home] [By Thread] [By Date] [Recent Entries]
Hi,
Tempore 07:22:56, die 01/08/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Karl Stubsjoen <karl@xxxxxxxxxxxxxxxxxxxx>: What I'm after is the value of the text node when there are no child other (what do you call these?)call them 'elements' nodes... but, if there are child nodes, then I am Try this one: <xsl:choose> <xsl:when test="count(text())=count(node())"> <xsl:value-of select="."/> </xsl:when> <xsl:otherwise> <xsl:value-of select="defaultvalue"/> </xsl:otherwise> </xsl:choose>
|

Cart



