C# - Parse an XML file

preview_player
Показать описание
How to parse an XML file
Комментарии
Автор

even if this video is 2 years old: thank you... much better then 95% xml tutorials i have seen so far

Cryptic
Автор

Awesome tutorial but I could use a little help tossing the data into other things besides a property grid.

I've got two textboxes that'll hold an author and a description instead of age and ismale but I have them nested as attributes instead of an element under. So when I click, what code would I toss into the selectedIndex code to make the properties for the right item show up in the textboxes?

MrFlashXs
Автор

Excellent explanation. Can you attach the XML and .cs files? used in this video.

casemsee
Автор

I've used a variation of this code, and the exact code multiple times now and neither seem to work. The names will display in the listbox, but nothing is displaying in the property grid.

CosmicHiker
Автор

i get an unhandled exception of type 'system.outofmemoryexecption' list box contains too many items

kadarmydeen
Автор

What is the difference between parsing and deserializing? Cuz parsing an XML gives an object and even gives an object.

.saisrikanthsattenapall
Автор

Should make a tutorial of xml to db with an xml file with multiple tables. Using a foreach etc.

adambowen