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.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl +++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl @@ -10,7 +10,10 @@ This module implements DTD-independent functions - ******************************************************************** --> + ******************************************************************** --> @@ -56,6 +59,9 @@ + + +