Hi all -
I am trying to do the following in my XSL but XMLSpy keeps telling me that I have an 'unknown method'. I can't figure this out...what am I doing wrong?
<xsl:attribute name="class">
<xsl:if test="contains(.,'xyz')"/>ClassNameHere
</xsl:attribute>
I am trying to do the following in my XSL but XMLSpy keeps telling me that I have an 'unknown method'. I can't figure this out...what am I doing wrong?
<xsl:attribute name="class">
<xsl:if test="contains(.,'xyz')"/>ClassNameHere
</xsl:attribute>