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
johnsanthosh_tr
NA
14
0
reading two or more xml filesusing xml document
Jan 21 2005 6:56 AM
Hi I have done a program such that it reads a xml schema and gets data from a input xml file and loads into a particular column, the values (for the existence of same field) in a new xml file. other fields are loaded with values automatically. Now I have to read one more xml file(another input xml file along with the first one and load into anoyther column fo rthe existence of that field) I have done for reading one xml file. How to read two or more at the same time. Here is my that part of the coding. please help me to do this. In the coding I have marked **************** in the middle, that is the part wher I have to read the input xml . so I need to read two or more files there. What shall I do. please help me to do that private void button2_Click(object sender, System.EventArgs e) { ArrayList FiledNames = new ArrayList(); XmlDocument xdc = new XmlDocument(); //Read the file which contain the field names xdc.Load(@"C:\CDEV\testdatagenerator\Field Names.xml"); XmlNodeList nodFields = xdc.DocumentElement.SelectNodes("//item"); for(int i=0; i
Reply
Answers (
1
)
I need your help!!!!! HELP ME!!!!
Cascade in MDI