24 app_debug() << R
"(<input node=")" << (const char*)(cur->name) <<
'"';
25 xmlAttrPtr att = cur->properties;
26 while (att !=
nullptr)
28 app_debug() <<
" " << (
const char*)(att->name) << R
"(=")" << (const char*)(att->children->content) <<
'"';
void echo(xmlNodePtr cur, bool recursive=false)
helper functions for EinsplineSetBuilder
declaration of ProgressReportEngine