Hi Friends,

I am New to This Forum,i need an help i am write a programe to compare the contents in the word file and an xml file,please do let me know.
thanks
mayur

hi mayur,

This is pretty tough to implement unless you have to time to write down the code.
use xmldocument to load the xml file.

use selectsinglenode() method and loop through all the nodes.

compare each element value with the content in the word document.

to load word documents see this
http://www.c-sharpcorner.com/Code/2002/Mar/WordFromDotNet.asp

Thanks,
Chaitanya.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.