You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (nodeptr->type==XML_TEXT_NODE||nodeptr->type==XML_ELEMENT_NODE||nodeptr->type==XML_ATTRIBUTE_NODE||nodeptr->type==XML_PI_NODE) {
1325
+
if (nodeptr->type==XML_TEXT_NODE||nodeptr->type==XML_ELEMENT_NODE||nodeptr->type==XML_ATTRIBUTE_NODE||nodeptr->type==XML_PI_NODE||nodeptr->type==XML_COMMENT_NODE) {
1326
1326
/**
1327
1327
* Detect the case where the last selector is text(), simplexml
1328
1328
* always accesses the text() child by default, therefore we assign
0 commit comments