inline void Append(node node, const char * name, const string_t & value) { SetText(node.append_child(name), value); }
inline void SetText(node node, const char * text) { node.append_child(pugi::node_pcdata).set_value(text); }