xChild           1874 lib/common/xml.c         xmlNode *xChild = NULL;
xChild           1875 lib/common/xml.c         for(xChild = data->children; xChild != NULL; xChild = xChild->next) {
xChild           1876 lib/common/xml.c             pcmk__xml2text(xChild, options, buffer, depth + 1);