G
G. Tarazi
How to use automation to compare 3 InfoPath Rich Text Boxes with Microsoft
Word?
I should've posted this in a Microsoft Word development newsgroup, but since
I am trying to solve a problem with InfoPath, and I am used to this
newsgroup, I am posting it here.
Here is the problem, I have a document that can be modified by 3 different
people, created by the first one, sent to the second one, and then sent to
the third one for final modifications.
Anyway, end up with 3 xml files (forms), with text boxes, combo boxes, rich
text boxes, etc, and I am easily able to compare the forms and show the
differences using xslt and c# code.
The only think that I am not able to do is to compare the contents of the
rich text boxes and show the differences between them.
But Microsoft Word can, so I saved the comments in html files and did a
comparison between the 3 of them using word, and the results where
satisfying.
The only problem is all of that happened manually, I am having problems
doing it using code, and here are some of the problems I have.
How can I load the xhtml to Microsoft Word's object module without saving it
to a file, there are some conversions that must happen, otherwise I should
load it from a file.
Any samples on the internet regarding diff on xhtml
Thanks
Word?
I should've posted this in a Microsoft Word development newsgroup, but since
I am trying to solve a problem with InfoPath, and I am used to this
newsgroup, I am posting it here.
Here is the problem, I have a document that can be modified by 3 different
people, created by the first one, sent to the second one, and then sent to
the third one for final modifications.
Anyway, end up with 3 xml files (forms), with text boxes, combo boxes, rich
text boxes, etc, and I am easily able to compare the forms and show the
differences using xslt and c# code.
The only think that I am not able to do is to compare the contents of the
rich text boxes and show the differences between them.
But Microsoft Word can, so I saved the comments in html files and did a
comparison between the 3 of them using word, and the results where
satisfying.
The only problem is all of that happened manually, I am having problems
doing it using code, and here are some of the problems I have.
How can I load the xhtml to Microsoft Word's object module without saving it
to a file, there are some conversions that must happen, otherwise I should
load it from a file.
Any samples on the internet regarding diff on xhtml
Thanks