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.
this xml file works…
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.