Searched defs:document (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2173 xmlDocPtr document; local
2215 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) {
2217 "%s: couldn't parse document\n", __func__);
2223 * Verify that this is a document type we understand.
2225 if ((dtd = xmlGetIntSubset(document)) == NULL) {
2227 "%s: document has no DTD\n", __func__);
2229 xmlFreeDoc(document);
2235 "%s: document DTD unknown; bad topology file\n", __func__);
2237 xmlFreeDoc(document);
2241 if ((cursor = xmlDocGetRootElement(document))
[all...]

Completed in 32 milliseconds