xChild           1761 lib/common/xml.c         xmlNode *xChild = NULL;
xChild           1762 lib/common/xml.c         for(xChild = data->children; xChild != NULL; xChild = xChild->next) {
xChild           1763 lib/common/xml.c             pcmk__xml2text(xChild, options, buffer, offset, max, depth + 1);