SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[xslt] Is there an XSL "contains" directive?
Home
Question
Is there an XSL "contains" directive?
<xsl:if test="not contains(hhref,'1234')">
Examples related to
xslt
•
Generic XSLT Search and Replace template
•
Concatenate multiple node values in xpath
•
XSL if: test with multiple test conditions
•
Error: The processing instruction target matching "[xX][mM][lL]" is not allowed
•
Weird behavior of the != XPath operator
•
Declaring a xsl variable and assigning value to it
•
How to implement if-else statement in XSLT?
•
How do I specify "not equals to" when comparing strings in an XSLT <xsl:if>?
•
How to concat a string to xsl:value-of select="...?
•
XPath with multiple conditions