How to add/insert a xml node into text
问题 I am generating a text document in the open document format (odt) which is based on XML. But I have a problem when adding a tabulator in a text passage. When I create it in the Open Office application and save the document the passage has the internal XML representation as: <text:p text:style-name="P5">Prepared by: <text:tab/>Tim Test</text:p> When generating it automatically I come to this part in my source code: Node, Node1: IXMLNode; ... Node := Node1.AddChild('text:p'); Node.Attributes[