1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-06-15 10:41:43 +03:00

fixed a bug reported by Norm Daniel

* libxslt/attributes.c: fixed a bug reported by Norm
Daniel
This commit is contained in:
Daniel Veillard
2002-02-10 21:09:52 +00:00
parent 0f39f084c1
commit 94738b61d3
6 changed files with 18 additions and 5 deletions

View File

@ -288,6 +288,8 @@ unknown_types = {}
def skip_function(name):
if name[0:12] == "xmlXPathWrap":
return 1
if name == "xsltMatchPattern":
return 1
# if name[0:11] == "xmlXPathNew":
# return 1
return 0