mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
applied fix from Jakub Piotr Clapa for xmlAttr.parent(), closing #312181
* python/libxml.c: applied fix from Jakub Piotr Clapa for xmlAttr.parent(), closing #312181 Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/libxml.c: applied fix from Jakub Piotr Clapa for
|
||||||
|
xmlAttr.parent(), closing #312181
|
||||||
|
|
||||||
Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* schematron.c: report improvement
|
* schematron.c: report improvement
|
||||||
|
@ -2533,6 +2533,7 @@ libxml_parent(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
|
|||||||
|
|
||||||
res = attr->parent;
|
res = attr->parent;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case XML_ENTITY_DECL:
|
case XML_ENTITY_DECL:
|
||||||
case XML_NAMESPACE_DECL:
|
case XML_NAMESPACE_DECL:
|
||||||
case XML_XINCLUDE_START:
|
case XML_XINCLUDE_START:
|
||||||
|
Reference in New Issue
Block a user