How to make use of Tags property of an xml node to get its information and attributes?
Posted
by user72731
on Stack Overflow
See other posts from Stack Overflow
or by user72731
Published on 2009-03-02T19:28:00Z
Indexed on
2010/03/26
8:03 UTC
Read the original article
Hit count: 130
How would i make use of tags property of a node so that i can get the attributes of an xml node. I have to display an xml tree in a winform and then when i click on any node, its attributes should get displayed on a list box in same window. I want to make use of tags property, but for that i need to convert that tree node in the winform into an xml node. I wanted to store the tree node in the tag and then typecast that tag to an xml node. I dont know how to do it? I am a newbie at C# so there might be some discrpancy in language...please help
© Stack Overflow or respective owner