Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,



I want to compare the content of two files in VB.NET. For example, I have a docx file and I have a xml file.

DOC file: h1@This is a test heading.

XML file: <h1>This is a test heading.</h1>

I want to check that h1@ has been converted to its respective tag

and the content of the heading as well.

So, basically I want a deep full validation.

If someone could write the code, just the main function part, it would be helpful

Please help.

What I have tried:

I have not tried anything for this as I have no clue on how to proceed.
Posted
Updated 12-Apr-18 22:24pm
Comments
Richard MacCutchan 13-Apr-18 4:27am    
Why not just open the files in their respective editors and look at the content? It will be much quicker than writing a program to do it.

1 solution

Quote:
If someone could write the code, just the main function part, it would be helpful

That isn't going to happen. We are not a "code to order" service.

If you want someone to write your code, you have to pay - I suggest you go to Freelancer.com and ask there.
But be aware: you get what you pay for. Pay peanuts, get monkeys.
 
Share this answer
 
Comments
Primo Chalice 13-Apr-18 4:30am    
I get it, but if I can get the method to do it, it would work as well. I will try and figure out the code myself.
OriginalGriff 13-Apr-18 4:47am    
"I will try and figure out the code myself."
:thumbsup:

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900