mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Changed to detect recursion in xslt:import (bug #127687). regenerated to
* libxslt/xslt.c, libxslt/imports.c, libxslt/parserInternals.h: Changed to detect recursion in xslt:import (bug #127687). * doc/libxslt-api.xml, python/libxsltclass.txt: regenerated to include change to xsltParseStylesheetImportedDoc parameters for above.
This commit is contained in:
@ -32,7 +32,6 @@ loadStylesheetPI()
|
||||
newStylesheet()
|
||||
parseStylesheetDoc()
|
||||
parseStylesheetFile()
|
||||
parseStylesheetImportedDoc()
|
||||
|
||||
# functions from module xsltutils
|
||||
calibrateAdjust()
|
||||
@ -179,10 +178,6 @@ Class stylesheet()
|
||||
freeNamespaceAliasHashes()
|
||||
namespaceAlias()
|
||||
|
||||
# functions from module pattern
|
||||
cleanupTemplates()
|
||||
freeTemplateHashes()
|
||||
|
||||
# functions from module preproc
|
||||
freeStylePreComps()
|
||||
stylePreCompute()
|
||||
@ -198,6 +193,7 @@ Class stylesheet()
|
||||
# functions from module xsltInternals
|
||||
allocateExtra()
|
||||
freeStylesheet()
|
||||
parseStylesheetImportedDoc()
|
||||
parseStylesheetOutput()
|
||||
parseStylesheetProcess()
|
||||
parseTemplateContent()
|
||||
|
Reference in New Issue
Block a user