> The xml file is basically just the data with none of the formatting. You
> need
[quoted text clipped - 20 lines]
>> How do I merge the template into the .xml file
>> Or how do I have only one file that I can transmit to someone else?
The purpose of an XML file is to store data, not to display data. In order to
display the data, the XML file points to some other display mechanism, such
as an XSLT file, and XML table in a spreadsheet or, in the case of InfoPath,
and InfoPath template.
So, when you send someone an XML file, you are sending that person data in
XML format. If that person were to open the file in another program (IE,
notepad, Visual Studio), he or she would be able to see the data in XML tags.
To do what you want to do, I suggest one of the following:
Publish the template to a shared location and point your XML files to that
location
Send the template to the recipient with instructions to point the XML file
to the shared location
Design your form in Word instead
You can read more about the relationship between an InfoPath template and a
XML file created with InfoPath here:
http://office.microsoft.com/en-us/infopath/HA100626851033.aspx.

Signature
Douglas Ryan VanBenthuysen
Office System Solutions Specialist
3Sharp
http://blogs.3sharp.com/Blog/dougv/
> How can I just merge the template into the .xml file so that there is only
> one file
[quoted text clipped - 30 lines]
> >> How do I merge the template into the .xml file
> >> Or how do I have only one file that I can transmit to someone else?