diff --git a/python/generator.py b/python/generator.py index 23bde481..1306e189 100755 --- a/python/generator.py +++ b/python/generator.py @@ -742,6 +742,8 @@ def skip_function(name): return 1 if name == "xmlSchemaFreeValidCtxt": return 1 + if name[0:5] == "__xml": + return 1 # # Those are skipped because the Const version is used of the bindings