How to Convert Infopath to Word Document?
Hi All,
I need to convert the InfoPath form to MS Word document.
I got the solution through google and i am able to convert only the xml node element but i am unable to convert the attributes.
Can any one help me to convert the attributes in the Infopath to Word document?
Thank You
i am using Microsoft 2003.
To convert from infopath to word.
first i have created the template for the form in word document.
i have added the xml schema file to the word document and put all xml element inside the word document.
by using the third part tool i am able to create a schema file for word document. using that schema file i was able to create the word documnet, but i was able to get the xml element value from infopath form.
I was unable to get the attribute value of the xml element.
e.g <Person ID="1234"></Person> where ID is the attribute
How can i get it?