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 --- docbook-xsl-1.79.2/lib/lib.xsl 2016-12-09 23:41:39.000000000 +0000 +++ docbook-xsl-1.79.2/lib/lib.xsl.new 2022-12-31 18:43:56.154898752 +0000 @@ -6,7 +6,11 @@ This module implements DTD-independent functions - ******************************************************************** --> + ******************************************************************** --> + @@ -52,6 +56,9 @@ + + +