1
Answer

ReadXML

pasan12

pasan12

20y
1.9k
1
I read a XML file to a dataset , that XMl file has nested tags ex: so it throws an error dataset cann't read when there is nested tags. how to solve this problem please help me.
Answers (1)
0
Mykonine
NA 520 0 20y
In concept, I have two ideas, depending on what you want. 1. Write your code so that it will be able to read the nested tags. 2. Write your code so that it will be able to skip over nested tags. Both should be very similar in implementation.