TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
suhas setty
NA
128
52.2k
need to read xml attribute value
Aug 20 2015 6:32 AM
Hi all,
i need to read the xml attribute value from the below xml .
i need to put adapters name ,connector index and view type in the list.
kindly help me
<?xml version="1.0" encoding="utf-8" ?>
<MonitorConfiguration>
<System Type="" ></System>
<Adapters Name="Intel"> </Adapters>
<Monitors>
<Monitor ConnectorIndex="1" ViewType="Clone" />
<Monitor ConnectorIndex="4" ViewType="Clone" />
<Monitor ConnectorIndex="5" ViewType="Clone" />
<Monitor ConnectorIndex="6" ViewType="Extend" />
</Monitors>
</MonitorConfiguration>
Reply
Answers (
3
)
multiple tables to get the values
How to create c# library