阅读背景:

我如何解析可能格式错误的整个XML文件?

来源:互联网 

So far, what I'm doing is:

到目前为止,我正在做的是:

try 
{
    XmlDocument xmldoc = loadXml(orderFilePath);
}
catch (XmlException exception)
{
    //... blah blah - there was an error, let the user know
}
tr



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: