Description: use EXSLT "replace" function when available A recursive implementation of string.subst is problematic, long strings with many matches will cause stack overflows. Author: Peter De Wachter Bug-Debian: https://bugs.debian.org/750593 diff --git a/lib/lib.xsl b/lib/lib.xsl index e65776a..bc45cd8 100644 --- a/lib/lib.xsl +++ b/lib/lib.xsl @@ -6,7 +6,11 @@ This module implements DTD-independent functions - ******************************************************************** --> + ******************************************************************** --> + @@ -52,6 +56,9 @@ + + +