xml_options 2941 lib/common/xml.c static int xml_options = XML_PARSE_NOBLANKS | XML_PARSE_RECOVER; xml_options 2959 lib/common/xml.c output = xmlCtxtReadFd(ctxt, STDIN_FILENO, "unknown.xml", NULL, xml_options); xml_options 2962 lib/common/xml.c output = xmlCtxtReadFile(ctxt, filename, NULL, xml_options); xml_options 2967 lib/common/xml.c output = xmlCtxtReadDoc(ctxt, (const xmlChar *)input, NULL, NULL, xml_options);