i need to do this:
<xsl:with-param name="callme" select="'validateInput(this,'an');'"/>
I’ve read Escape single quote in xslt concat function and it tells me to replace ' with ' I’ve done that yet its still not working..
Does anyone know how do we fix this?:
<xsl:with-param name="callme" select="'validateInput(this,'an');'"/>
Something simple that can be used in any version of XSLT:
I am frequently using the same technique for specifying a quote:
Then you can intersperse any of these variables into any text using the standard XPath function
concat():So, this transformation:
produces: