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) {
1316
+
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) {
1317
1317
/**
1318
1318
* Detect the case where the last selector is text(), simplexml
1319
1319
* always accesses the text() child by default, therefore we assign
0 commit comments