thanks for the reply !
the xml output will be sent as a "text file" attachment to an email.we have a private line between the 2 parties involved and a home grown email application that will be used.
The source file will be saved in a SharePoint forms library in our network environment.
I just have to produce a generic simplified xml file output for this other company that does not have Infopath.
In other words, I've got to strip off the...
<?mso-infoPathSolution solutionVersion="1.0.0.2" productVersion="12.0.0" PIVersion="1.0.0.0" href="file:///C:\Documents%20and%20Settings\m196000\Local%20Settings\Application%20Data\Microsoft\InfoPath\Designer2\97d887c7d11943fd\manifest.xsf" ?><?mso-application progid="InfoPath.Document" versionProgid="InfoPath.Document.2"?><icm xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2012-09-17T21:17:13" xml:lang="en-us">
and leave them with:
<?xml version="1.0" encoding="UTF-8"?>
<icm_no>test</icm_no>
<icm_type>test</icm_type>
<icm_date>test</icm_date>
<rr_date>test</rr_date>
<rev_letter>test</rev_letter>
<rev_date>test</rev_date>
<closed_date>test</closed_date>
<to>test</to>
<originator>test</originator>
<rel_ecp_pscn>test</rel_ecp_pscn>
<rel_js_ipcd>test</rel_js_ipcd>
<rel_cp>test</rel_cp>
<subject>test</subject>
<ref>test</ref>
<encl_message>test</encl_message>
<approvals>
<author1>
<name>test</name>
<date>test</date>
<role>test</role>
</author1>
<author2>
<name>test</name>
<date>test</date>
<role>test</role>
</author2>
<author3>
<name>test</name>
<date>test</date>
<role>test</role>
</author3>
<ictl1>
<name>test</name>
<date>test</date>
<role>test</role>
</ictl1>
<ictl2>
<name>test</name>
<date>test</date>
<role>test</role>
</ictl2>
<ictl3>
<name>test</name>
<date>test</date>
<role>test</role>
</ictl3>
<contproc>
<name>test</name>
<date>test</date>
<role>test</role>
</contproc>
</approvals>
</icm>
I realize you're probably laughing at this point because I too realize this seems silly but I've got to give them what they want.
I could do this manually but i was hoping I could put a button on my form somewhere that would spit this out.
I'm relatively new to info path so I'll have to play with creating a form in some other fashion... up til now, I've just clicked on Design a form template.. blank.
I'm going to stop here and go experiment using your suggestion. I would not be able to hold an intelligent conversation passed this point.
:-)
THANKS. I'll get back with more questions, I'm sure !