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

后端 未结 1 1571
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  -上瘾入骨i
    2021-01-22 13:24

    You might want to have a look at NativeXML or OmniXML

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