test_xml_root 23 lib/common/tests/actions/fix_plus_plus_recursive_test.c xmlNode *test_xml_root = create_xml_node(NULL, "test_xml_root"); test_xml_root 24 lib/common/tests/actions/fix_plus_plus_recursive_test.c xmlNode *test_xml_child = create_xml_node(test_xml_root, "test_xml_child"); test_xml_root 26 lib/common/tests/actions/fix_plus_plus_recursive_test.c xmlNode *test_xml_text = pcmk_create_xml_text_node(test_xml_root, "text_xml_text", "content"); test_xml_root 29 lib/common/tests/actions/fix_plus_plus_recursive_test.c crm_xml_add(test_xml_root, "X", "5"); test_xml_root 34 lib/common/tests/actions/fix_plus_plus_recursive_test.c fix_plus_plus_recursive(test_xml_root); test_xml_root 37 lib/common/tests/actions/fix_plus_plus_recursive_test.c new_value_root = crm_element_value(test_xml_root, "X");