summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-11-23 23:37:19 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-11-23 23:37:19 +0000
commitfad19c9b8abb2a310ecfc5c3acacc125712f5d38 (patch)
tree300ff49de23845db6fea0cdb0019db0b9b748b16 /python
parent741adf37747c21cdac886a71356755f14cce7732 (diff)
downloadlibxslt-fad19c9b8abb2a310ecfc5c3acacc125712f5d38.tar.gz
libxslt-fad19c9b8abb2a310ecfc5c3acacc125712f5d38.tar.bz2
libxslt-fad19c9b8abb2a310ecfc5c3acacc125712f5d38.zip
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.
Diffstat (limited to 'python')
-rw-r--r--python/libxsltclass.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt
index 0b88bb4a..11db84b5 100644
--- a/python/libxsltclass.txt
+++ b/python/libxsltclass.txt
@@ -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()