Re: [xsl] Appended text = to a string?

Subject: Re: [xsl] Appended text = to a string?
From: "cking" <cking@xxxxxxxxxx>
Date: Sat, 14 Aug 2004 00:58:21 +0200
Hi Lincoln,

try this:

<xsl:variable name="String1">
  <xsl:apply-templates select='text'/>
</xsl:variable>

HTH
Anton triest


"Lincoln Mitchell" wrote:
> How do I check if a set of nodes appended together is equal to a string?
> 
> I know the following is wrong but it illustrates what I am trying to do:
> <xsl:variable name="String1" select="<xsl:apply-templates select='text'/>"/>
> <xsl:if test="$String1=$String2">
> Do something...
> </xsl:if>

Current Thread