Re: [xsl] [xsl]: saxon:base64Binary-to-string error!

Subject: Re: [xsl] [xsl]: saxon:base64Binary-to-string error!
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 21 May 2016 11:17:25 -0000
On 21.05.2016 13:09, R.Arulselvan, DS-Technology, Chennai arul.selvan@xxxxxxxxxxx wrote:

<xsl:template match="w_binData">
        <xsl:value-of
select="saxon:base64Binary-to-string(xs:base64Binary(normalize-space(.)),
'UTF8')"/> </xsl:template>

Throwing following error:

No license file found - running with licensable features disabled Error at
xsl:value-of on line 94 column 107 of Iwx2Mmx.xsl:
  XPST0017 XPath syntax error at char 0 on line 94 near
{...y(normalize-space(.)), 'UTF...}:
    Cannot find a matching 2-argument function named
  {http://saxon.sf.net/}base64Binary-to-string(). Saxon extension functions
require a
  Saxon-PE or Saxon-EE license
Stylesheet compilation failed: 1 error reported

So which version of Saxon exactly are you trying to use, how do you try to use it (command line, within a Java or within a .NET application)?
Current Thread