Actions
Bug #1500
closedWhen the codepoints-to-string function is called there's an out-of-memory or stackoverflow exception
Start date:
2012-04-26
Due date:
% Done:
100%
Estimated time:
Platforms:
Description
This sample XSLT reproduces the problem:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:output indent="yes"/>
<xsl:template match="/">
<out test="recursion2">
<xsl:sequence select="codepoints-to-string((88,89,90))"/>
</out>
</xsl:template>
</xsl:stylesheet>
Please register to edit this issue
Actions