I've also attempted to declare an xpath functions namespace:
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
and reference the function like this:
<xsl:variable name="tokenizedSample"...
I'm declaring the xsl 2 namespace like so:
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
and trying to reference the tokenize function here:
<xsl:variable name="tokenizedSample" select="tokenize(Split,',')" />
and I keep getting this error:
msxml3.dll error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.