xsl-list
[Top] [All Lists]

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

2016-05-21 06:17:29
On 21.05.2016 13:09, R.Arulselvan, DS-Technology, Chennai arul(_dot_)selvan(_at_)adi-mps(_dot_)com 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)?
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>