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
Sethupathi ram
NA
39
0
Read a list of nodes from xml file
Jan 4 2011 3:38 AM
Hi any please help,
I have a xml file. this look like
<pre lang="xml"><Worksheet ss:Name="Combined Account Statement">
-
<Table ss:ExpandedColumnCount="15" ss:ExpandedRowCount="96" x:FullColumns="1" x:FullRows="1"></pre></Table></Workbook>
I want to read the list of nodes from the xml file. I cant find the nodelist. Because of each xml tag have applied styles.
<pre lang="sql">if (xmlDoc.DocumentElement.SelectNodes("Workbook/Worksheet[ss:Name='Combined Account Statement']").Count > 0)
MainNodeList = xmlDoc.DocumentElement.SelectNodes("Workbook/Worksheet[ss:Name='Combined Account Statement']");</pre>
How can i read the list of nodes form xml files.
Reply
Answers (
1
)
splitting up an Initializer
Need Tutorials