1
0
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:
William M. Brack
2003-11-23 23:37:19 +00:00
parent 741adf3774
commit fad19c9b8a
6 changed files with 388 additions and 446 deletions

View File

@ -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()