XML To DataTable

时间:2012-12-26 13:09:54

标签: xml linq datatable

我有一个Xml文件,我希望使用linq将整个数据转换为数据表。

<element name="GeographicalAreasBasedOnCustomerLocationDomain" id="in-gaap_GeographicalAreasBasedOnCustomerLocationDomain"  substitutionGroup="link-part" abstract="false" nillable="false">
</element>

我希望以下格式给出来自给定xml元素的数据表。特别是3列

  • id attributeName AttributeValue
  • 1 名称 eographicalAreasBasedOnCustomerLocationDomain
  • 1 id gaap_GeographicalAreasBasedOnCustomerLocationDomain
  • 1 substitutionGroup link-part
  • 1 抽象 false
  • 1 nillable false

0 个答案:

没有答案