<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Flex integration with MS Word 2003 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-integration-with-ms-word-2003/m-p/414089#M9667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With office 2003 there is support for Microsoft Office XML, which allows you to create word and excel documents as xml (later versions of office support other document types and a different standard) which will open in office as that specific type. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"&gt;http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you save a word or excel document as xml you can open it in a text editor to see the mark up. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are also sdks:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa214923(v=office.11).aspx"&gt;http://msdn.microsoft.com/en-us/library/aa214923(v=office.11).aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb448854.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb448854.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 18:12:32 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-03-01T18:12:32Z</dc:date>
    <item>
      <title>Flex integration with MS Word 2003</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-integration-with-ms-word-2003/m-p/414088#M9666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if it is possible to easily pass values out of flex and into a word document in order to populate a .dot file created in Word 2003?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking that maybe i would need to pass the values out to webservice and do the word integration in the service but is there any other method I could use to do this that anyone knows of please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the values to be passed out would be values that the user has input on a widget (initially) but future implementations may require results of spatial queries to be passed to other applications in the MS office suite. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas/ pointers/ links / samples greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Graham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 17:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-integration-with-ms-word-2003/m-p/414088#M9666</guid>
      <dc:creator>grahamcooke</dc:creator>
      <dc:date>2011-03-01T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Flex integration with MS Word 2003</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-integration-with-ms-word-2003/m-p/414089#M9667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With office 2003 there is support for Microsoft Office XML, which allows you to create word and excel documents as xml (later versions of office support other document types and a different standard) which will open in office as that specific type. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"&gt;http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you save a word or excel document as xml you can open it in a text editor to see the mark up. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are also sdks:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa214923(v=office.11).aspx"&gt;http://msdn.microsoft.com/en-us/library/aa214923(v=office.11).aspx&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb448854.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb448854.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 18:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-integration-with-ms-word-2003/m-p/414089#M9667</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-03-01T18:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Flex integration with MS Word 2003</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-integration-with-ms-word-2003/m-p/414090#M9668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the delay in replying. After posting this, i went off and attempted to get this to working via a .NEt webservice which accepts the values from flex and then generates the word document by placing the data in bookmarked fields. This works fine if the webservice is running on my localmachine, but the minute i put the webservice on the server, it fails. I just end up with an instance of word running on the server and no document visible on the client. Having read around the subject a bit more i have found that MS advise against server-side automation of office applications. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So this brings me to back to where I started and to this thread. If i go down the xml route (which is quite unknown territory to me as I am not overly familiar with this), will i still encounter serverside issues? Will I have to look for the document on the client machine and can i still open it, pre-populated with the data from the flex application, from Flex using the methods you have talked about?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope you can help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 09:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-integration-with-ms-word-2003/m-p/414090#M9668</guid>
      <dc:creator>grahamcooke</dc:creator>
      <dc:date>2011-03-14T09:42:41Z</dc:date>
    </item>
  </channel>
</rss>

