You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// (pseudo code) xml::node Node = ParentNode.append_child("NewChildNode"); Node.text().set(""); // << create new text-type subchild with no text
// after save document to file we have: <NewChildNode></NewChildNode>
// but must be (by default output format) <NewChildNode />
// "virtual" empty text-child lock short form of record