MSXML “The system cannot locate the resource specified”

后端 未结 2 946
执笔经年
执笔经年 2021-01-12 03:46

I have a function which uses MSXML to post an XML document which yesterday started failing despite no change being made to the code. The function is as follows:



        
2条回答
  •  执念已碎
    2021-01-12 04:40

    If you are just processing the xml or dtd is offline, you can use: xmlDoc.resolveExternals = False

提交回复
热议问题