dom1-interfaces.xml http://www.w3.org/2001/DOM-Test-Suite/tests/Level-1/ Unrecognized element #include <string.h> #include <dom/dom.h> #include "testutils.h" int main(int argc, char **argv) { dom_exception err; return 0; } /* This source file was generated by test-to-c.xsl and is a derived work from the source document. The source document contained the following notice: */ /** */ TestObject *testObject = test_object_create(argc, argv, ".xml", false); assert(testObject != NULL); = test_object_get_doc(testObject); assert( != NULL); strcmp(test_object_get_mimetype(testObject), "") == 0 ; if () { } else { } ( , , & ); err = _get_ ( , & ); assert(err == DOM_NO_ERR); ( ) ( ) assert( != NULL); assert( == NULL); /* begin assertEquals */ struct dom_string *match; err = dom_string_create_from_const_ptr( , (uint8_t *) , SLEN(), &match); assert(err == DOM_NO_ERR); assert( dom_string_icmp <assertEquals ignoreCase='auto'> not supported dom_string_cmp (, match) == 0); assert( == ); Warning in assertEquals template: don't know how to compare variable type '' /* end assertEquals */ is_struct struct * dom_document dom_document_type dom_string dom_element dom_node dom_node_type node_name node_value node_type _ create_element * *