[Home] [By Thread] [By Date] [Recent Entries]
Hello,
I want to match the text "⇄" only form the xml file like: <root> <child>⇄</child> <child>)</child> </root> Using if statement I have coded like below: <xsl:template match="child"> <xsl:if test="'[child=⇄]'"> <span style="color:red"> <xsl:apply-templates/> </xsl:if> </span> </xsl:template> But its not working please suggest how to capture this. Regards, S.Vanaja
|

Cart



