Hi all,

docs on say that Xalan-C implements the exslt encode-uri() function, but I the following stylesheet does not work for me (Xalan 1.9).

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
    xmlns:str="http://exslt.org/strings">
       
    <xsl:template match="/">
        <xsl:value-of select="str:encode-uri(' :|.xml')"/>
    </xsl:template>

</xsl:stylesheet>


Can you point me the problem or any other solution to escape strings with xalan?

--
--Ivan--

Reply via email to