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:
@ -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
|
||||
|
Reference in New Issue
Block a user