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--
- str:encode-uri() Ivan Bogouchev / Иван Богушев
- Re: str:encode-uri() david_n_bertoni
- Re: str:encode-uri() Ivan Bogouchev / Иван Богушев
- Re: str:encode-uri() david_n_bertoni
- Re: str:encode-u... Ivan Bogouchev / Иван Богушев
- Re: str:enc... David Bertoni
- Re: str... Mark Weaver