1
0
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:
Daniel Veillard
2002-03-07 16:03:34 +00:00
parent e1ff13c822
commit cc0e7a04fd
6 changed files with 67 additions and 8 deletions

View File

@@ -311,6 +311,7 @@ exsltFuncFunctionComp (xsltStylesheetPtr style, xmlNodePtr inst) {
if ((style == NULL) || (inst == NULL))
return;
{
xmlChar *qname;