mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
fixed bug #73791 related to extension function declared in included
* libxslt/extensions.c: fixed bug #73791 related to extension function declared in included stylesheets * tests/exslt/functions/function.7.*: added specific test Daniel
This commit is contained in:
@@ -311,6 +311,7 @@ exsltFuncFunctionComp (xsltStylesheetPtr style, xmlNodePtr inst) {
|
||||
if ((style == NULL) || (inst == NULL))
|
||||
return;
|
||||
|
||||
|
||||
{
|
||||
xmlChar *qname;
|
||||
|
||||
|
Reference in New Issue
Block a user