XML_FMT_STR
printf(", name=\"%" XML_FMT_STR "\"", model->name);
printf("Element \"%" XML_FMT_STR "\":\n", name);
"Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n",
"Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n",
printf("%" XML_FMT_STR "\n", name);
"Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n",
printf("%" XML_FMT_STR, name);
printf(" %" XML_FMT_STR "='%" XML_FMT_STR "'", atts[i], atts[i + 1]);
"Expected error %d (%" XML_FMT_STR "), got %d (%" XML_FMT_STR
"attribute value not normalized: %" XML_FMT_STR
"='%" XML_FMT_STR "'",
"error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD
" %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD
"unexpected start string: '%" XML_FMT_STR "'", name);
"unexpected attribute string: '%" XML_FMT_STR "'", atts[0]);
"unexpected end string: '%" XML_FMT_STR "'", name);
printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion());
"struct '%" XML_FMT_STR