XDocument.Parse错误的未声明前缀

时间:2018-07-25 02:37:40

标签: xml api xml-parsing shopify

我已将Shopify API集成到我们的系统中,并获得了某些商店的订单清单。它适用于其他商店,但是适用于一个商店,在获取订单列表时解析xml结果数据时,在解析过程中将出现错误:'name' is an undeclared prefix. Line 1351, position 10.var xDoc = XDocument.Parse(xmlResult);

xml结果的这些部分需要解析并导致错误:

<note-attributes type="array">
      <note-attribute>
        <name:source/>
        <value>inkFrog Open</value>
      </note-attribute>
      <note-attribute>
        <name:eBay Item #/>
        <value>283005022644</value>
      </note-attribute>
    </note-attributes>

有人可以帮助我解决此问题吗?非常感谢。

0 个答案:

没有答案