I am trying to strip the carriage return and Linefeed (#13#10/#$D#$A) from my wide string before i use the LoadXML function of IXMLDomDocument

前端 未结 0 900
一生所求
一生所求 2021-02-05 02:13
    OleDoc := CreateOleObject(\'Microsoft.XMLDOM\') as IXMLDomDocument;
    try
        WideDecoded := StringReplace(WideDecoded,#13#10,\'\',[rfReplaceAll]);
        Wid         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题