Project

Profile

Help

Bug #1500

closed

When the codepoints-to-string function is called there's an out-of-memory or stackoverflow exception

Added by Philip Fearon about 12 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
High
Assignee:
Sprint/Milestone:
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

Also available in: Atom PDF