Replacing TXMLDocument (DOM-based) XML-generation with a solution that is able to write to a stream while the XML file is generated

后端 未结 1 1572
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 12:42

I have a whole lot of code which generates a XML using TXMLDocument, that looks like this:

function Obj.SaveToXmlNode(XmlNode: IXmlNode; SubnodeName: string): IX         


        
相关标签:
1条回答
  • 2021-01-22 13:24

    You might want to have a look at NativeXML or OmniXML

    0 讨论(0)
提交回复
热议问题