Click here to Skip to main content
15,884,892 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to display the data in the below xml file in a vb.net list box,I did tried a lot of example but i'm getting errors. 'EndElement' is an invalid XmlNodeType. Line 3, position 190.
plz help me !
XML
<?xml version="1.0" encoding="UTF-8"?>
-<calls count="31" date="1360309147911"> <call date="1359279658478" photoid="0" name="nish" duration="29" new="1" numbertype="2" modified="1" type="2" number="7828609" iccid="8923001070620096930" modified_time="1360181147995"/> <call date="1359280316705" photoid="0" name="Mish" duration="6" new="1" numbertype="2" modified="1" type="2" number="7388609" iccid="8923001070620096930" modified_time="1360181147995"/>
Posted
Updated 13-Feb-13 5:48am
v3
Comments
ZurdoDev 13-Feb-13 7:50am    
One way would be to use the XMLDocument to load the file, go through the nodes, and add them to the list. There may be easier ways. Show us what you have so we can help.

1 solution

Hi,
Go through this-
XML File Parsing in VB.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900