File libxslt-raise-max-parameters.patch of Package libxslt
Index: libxslt-1.1.43/xsltproc/xsltproc.c =================================================================== --- libxslt-1.1.43.orig/xsltproc/xsltproc.c +++ libxslt-1.1.43/xsltproc/xsltproc.c @@ -73,7 +73,7 @@ static int xincludestyle = 0; #endif static int profile = 0; -#define MAX_PARAMETERS 64 +#define MAX_PARAMETERS 128 #define MAX_PATHS 64 #ifdef _WIN32 # define PATH_SEPARATOR ';'