Read XML file with attributes and write in excel sheet attached the screenshots

Not able to read the XML file with attributes using the Dataset and readxml options. Attached the screenshots of the XML file which works and not.

31%20PM

this xml file works…

41%20PM

Hi,

You can see it using the following sentence.

YourDataSet.ReadXml(xdoc)
dtAuthor = YourDataSet.Tables("author")

dtAuthor will contain author attribure values.

Hope this helps you.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.