<?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: Can FlexSim has its input in XML and output in XML? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507341#M21116</link>
    <description>&lt;P&gt;
	The DLL Maker Visual Studio project/files can be downloaded from BitBucket:&lt;/P&gt;&lt;P&gt;&lt;A href="https://bitbucket.org/flexsim/flexsim-dll-maker"&gt;https://bitbucket.org/flexsim/flexsim-dll-maker&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 16:22:32 GMT</pubDate>
    <dc:creator>matt_long</dc:creator>
    <dc:date>2016-08-04T16:22:32Z</dc:date>
    <item>
      <title>Can FlexSim has its input in XML and output in XML?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507338#M21113</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 16.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a question regarding Flexsim functionality. I would like to create a supply chain simulation model using software, but I want my simulation model to receive an XML file as the input and generate XML file as the output also.&lt;/P&gt;&lt;P&gt;Can Flexsim do that?&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;David (Asking on behalf of Iskandar Halim)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:00:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507338#M21113</guid>
      <dc:creator>chanykE2WUT</dc:creator>
      <dc:date>2016-08-02T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can FlexSim has its input in XML and output in XML?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507339#M21114</link>
      <description>&lt;P&gt;So the quick answer is that FlexSim does not have any built in XML parser.   However using certain FlexScript commands it is possible to read in from an XML file and extract data, and also to use commands to write to a file (which you could write XML as the output).&lt;/P&gt;&lt;P&gt;When importing or extracting data, you would open a file using the fileopen("FileName") command, and then you can use the filereadline() commands to parse through the file line by line.  (Likely you'd want to write a "for" or "while" loop to do this.)  And you can write to files using the fpt() command.  Then close the file using the fileclose() command.&lt;/P&gt;&lt;P&gt;
For more information regarding reading from and writing to files via FlexScript, look in the command help documentation, (In the top menu under Help &amp;gt; Commands)  and look under the Output section in the command help library.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 15:33:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507339#M21114</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2016-08-02T15:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can FlexSim has its input in XML and output in XML?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507340#M21115</link>
      <description>&lt;P&gt;As &lt;A rel="user" href="https://answers.flexsim.com/users/614/sam.s.html" nodeid="614"&gt;@Sam Stubbs&lt;/A&gt; noted, FlexSim does not have a built-in XML parser. However, FlexSim does allow you to compile C++ code (with Visual C++ installed) or link to external DLLs. In both cases you could find an existing XML parser that you could incorporate into your project.&lt;/P&gt;&lt;P&gt;Here is a quick &lt;A href="https://www.google.com/search?q=c%2B%2B+library+for+xml+parsing"&gt;Google search&lt;/A&gt; to get you started. This is for C++ XML parsers. If you link to a DLL, you are not limited to C++.&lt;/P&gt;&lt;P&gt;If you go down this road and get stuck or have questions, &lt;A href="https://answers.flexsim.com/questions/ask.html?space=8"&gt;start a new question&lt;/A&gt; here at Answers!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:16:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507340#M21115</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2016-08-04T16:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can FlexSim has its input in XML and output in XML?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507341#M21116</link>
      <description>&lt;P&gt;
	The DLL Maker Visual Studio project/files can be downloaded from BitBucket:&lt;/P&gt;&lt;P&gt;&lt;A href="https://bitbucket.org/flexsim/flexsim-dll-maker"&gt;https://bitbucket.org/flexsim/flexsim-dll-maker&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:22:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-flexsim-has-its-input-in-xml-and-output-in-xml/m-p/13507341#M21116</guid>
      <dc:creator>matt_long</dc:creator>
      <dc:date>2016-08-04T16:22:32Z</dc:date>
    </item>
  </channel>
</rss>

