954,198 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to COmpare a word file and an XML file

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

Mayuraprabhu
Newbie Poster
1 post since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

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.

chmonalisa
Light Poster
26 posts since Sep 2006
Reputation Points: 11
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You