<?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 XML list output in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6369#M419</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;In my brief brush with the Object Adapter for AutoCAD I found that it could output a "list" in XML format. This list was simply a listing of parameter values but I would suspect that one could do the same with ArchiCAD with greater control and detail.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone traveled down this road?&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 23 Jan 2004 23:18:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-01-23T23:18:03Z</dc:date>
    <item>
      <title>XML list output</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6369#M419</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;In my brief brush with the Object Adapter for AutoCAD I found that it could output a "list" in XML format. This list was simply a listing of parameter values but I would suspect that one could do the same with ArchiCAD with greater control and detail.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone traveled down this road?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jan 2004 23:18:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6369#M419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-01-23T23:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: XML list output</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6370#M420</link>
      <description>Connect to the database in ArchiCAD via Access, make tables and then view them with some table editor written in ASP with functionallity to export tables as XML.&lt;BR /&gt;
Demo: &lt;A href="http://joycad.serveftp.net/Tableeditor/index.asp" target="_blank"&gt;http://joycad.serveftp.net/Tableeditor/index.asp&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
UserID: demo&lt;BR /&gt;
Password: demo&lt;BR /&gt;
&lt;BR /&gt;
/Johan</description>
      <pubDate>Thu, 26 Feb 2004 13:11:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6370#M420</guid>
      <dc:creator>eldhead</dc:creator>
      <dc:date>2004-02-26T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: XML list output</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6371#M421</link>
      <description>&lt;BLOCKQUOTE&gt;Sean wrote:&lt;BR /&gt;In my brief brush with the Object Adapter for AutoCAD I found that it could output a "list" in XML format. This list was simply a listing of parameter values but I would suspect that one could do the same with ArchiCAD with greater control and detail.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone traveled down this road?&lt;/BLOCKQUOTE&gt;

Hey Sean,&lt;BR /&gt;
&lt;BR /&gt;
Yup.  Anything that you query using SQL in the Calculate menu (see&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/archicad/archiguide/SQLqueriesinAC1.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/archi ... inAC1.html"&gt;http://www.graphisoft.com/support/archicad/archiguide/SQLqueriesinAC1.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
is displayed in XML and can be further processed in other programs.&lt;BR /&gt;
&lt;BR /&gt;
In addition, there has been an ODBC driver for Windows developers that allows you to link directly to a PLN/PLA file and query information from the model.&lt;BR /&gt;
&lt;BR /&gt;
Finally, the Interactive Scheduler can query many things as well ... and for Windows users, can in one click transfer the results into a new Excel sheet.&lt;BR /&gt;
&lt;BR /&gt;
I'll be talking about the I.S. at ACUWest ... and perhaps if there is time in the Tips and Tricks session, can demo the ODBC/Access connection and the SQL queries.  Looking forward to meeting you there and hearing about the TrusJoist objects and whatever broader Trus Joist projects that the company allows you to talk about!&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Thu, 26 Feb 2004 20:00:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6371#M421</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-02-26T20:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: XML list output</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6372#M422</link>
      <description>Any chance to compile this experiences into a report for non-ACUWest visitors?</description>
      <pubDate>Mon, 01 Mar 2004 12:10:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6372#M422</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2004-03-01T12:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: XML list output</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6373#M423</link>
      <description>&lt;BLOCKQUOTE&gt;stefan wrote:&lt;BR /&gt;Any chance to compile this experiences into a report for non-ACUWest visitors?&lt;/BLOCKQUOTE&gt;

Maybe ... but not until April.  Prepping for ACUWest and getting normal work done has more than filled my schedule until then! &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Mon, 01 Mar 2004 17:16:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/XML-list-output/m-p/6373#M423</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-03-01T17:16:20Z</dc:date>
    </item>
  </channel>
</rss>

