Thanks Cedric,<div><br></div><div>that helped a lot: I forgot to configure the extension!</div><div><br></div><div>Cheers</div><div>Balz<br><br><div class="gmail_quote">On Mon, Mar 28, 2011 at 5:25 PM, Cedric Staub <span dir="ltr"><<a href="mailto:cs.staub@cssx.ch">cs.staub@cssx.ch</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Mon, Mar 28, 2011 at 10:44:42AM +0200, Balz Schreier wrote:<br>
> how can I find out what exslt library is used by Yanel?<br>
><br>
> I wanted to use<br>
><br>
>    xmlns:str="<a href="http://exslt.org/strings" target="_blank">http://exslt.org/strings</a>"<br>
><br>
> , specifically the function str:replace(),<br>
><br>
> but it seems it does not exist in the version that is included in Yanel?<br>
<br>
</div>Last time I checked Yanel used Xalan 2.7 which should support the string<br>
extensions in eXSLT. Did you also set extension-element-prefixes?<br>
<br>
For example:<br>
  <xsl:stylesheet version="1.0"<br>
    xmlns:xsl="<a href="http://www.w3.org/1999/XSL/Transform" target="_blank">http://www.w3.org/1999/XSL/Transform</a>"<br>
<div class="im">    xmlns:str="<a href="http://exslt.org/strings" target="_blank">http://exslt.org/strings</a>"<br>
</div>    extension-element-prefixes="str"><br>
<br>
There's also a pure XSLT implementation at<br>
<a href="http://www.exslt.org/str/index.html" target="_blank">http://www.exslt.org/str/index.html</a><br>
<br>
See also Xalan's homepage on eXSLT<br>
<a href="https://xml.apache.org/xalan-j/extensionslib.html#exslt" target="_blank">https://xml.apache.org/xalan-j/extensionslib.html#exslt</a><br>
<br>
Cheers<br>
<font color="#888888">Cedric<br>
</font><br>--<br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br></blockquote></div><br></div>