<?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: GDL XML Extension in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68419#M34598</link>
    <description>I dont used this command because i creat a new document with the 'w' on the HD. An that is my only sucess on this project that he make a new document. I can try it but there is the next problem what should i write in this command when the fieldID is ignored? &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;OUTPUT ch7, "CreateDocument","","opt"&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
or&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;OUTPUT ch7, "CreateDocument","opt"&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
I know that the fielID is a position in the XML document but he makes a clear document and then i haven't a position to tell him.&lt;BR /&gt;
&lt;BR /&gt;
I can send you my GDL object maybe you have a idea how to make it.</description>
    <pubDate>Tue, 02 May 2006 12:25:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-05-02T12:25:16Z</dc:date>
    <item>
      <title>GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68414#M34593</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Can anybody help me with the GDL XML Extension? I'm trying to decode it since 4 days and i have no idea how it works! The ArchiCAD 9 documentation is very confusing or i'm so stupid  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
I'm trying to teach my GDL how to output data like dimensions and price in a XML file so i can read it with an JAVA script. My Problem i have no idea how the GDL XML syntax works! &lt;BR /&gt;
&lt;BR /&gt;
The best for me would be to download a GDL objekt where this GDL XML Extension script is use so i can whatch how to write it!&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 May 2006 07:26:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68414#M34593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-02T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68415#M34594</link>
      <description>Have you read the XML-AddOn documentation in the GDL manual? Where is your problem exactly? What works, what doesn't? Have you written yet an example one could look at to see your eventually mistake?</description>
      <pubDate>Tue, 02 May 2006 08:21:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68415#M34594</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-05-02T08:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68416#M34595</link>
      <description>I have already read the GDL Documentation from Graphisoft but i dont check it. &lt;BR /&gt;
&lt;BR /&gt;
My problem is:&lt;BR /&gt;
1. This is my script for the channel&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;ch7 = Open ("XML", "G:/opt.xml", "wf")&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
2. I try to write something in the XML File. Exactly this is the biggest problem i dont have any idea how the GDL syntax works! The first command &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;OUTPUT&lt;E&gt;&lt;/E&gt; is very simple then i tell him the channel but the next command is the problem. In the GDL Documentation is written that i have to tell him a &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;fieldID&lt;E&gt;&lt;/E&gt; but what does this mean there is nothing in the Document so i can't give him a &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;fieldID&lt;E&gt;&lt;/E&gt;. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;OUTPUT ch7, "NewComment insertpos","1","&amp;lt;!-- the comment itself --&amp;gt;"&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
3. Close the channel&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;CLOSE ch7&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Later i like to read the data in the XML Object with the &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;INPUT&lt;E&gt;&lt;/E&gt; command and copy them and write the new data and the "old" in the same XML Object. &lt;BR /&gt;
&lt;BR /&gt;
But first its important for me to write anything in the XML Object that i know how the command works!&lt;BR /&gt;
&lt;BR /&gt;
I hope you understand me now!</description>
      <pubDate>Tue, 02 May 2006 11:36:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68416#M34595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-02T11:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68417#M34596</link>
      <description>Have you used the CreateDocument command at first, as written in the manual?&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;'w': [...] (Nach dem Befehl OPEN muss die Anweisung CreateDocument die erste ausgeführte Anweisung sein.)&lt;/BLOCKQUOTE&gt;

Will be created the file on the hd? It will be empty, but does it exist? If not, try it without the path name.&lt;BR /&gt;
&lt;BR /&gt;
Are you familiar with the XML format? The ID will probably be the position of the data-nodes (?).</description>
      <pubDate>Tue, 02 May 2006 12:07:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68417#M34596</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-05-02T12:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68418#M34597</link>
      <description>As it was told to you in the &lt;A href="http://www.archiforum.info/ubb/ultimatebb.php?ubb=get_topic;f=6;t=000445" target="_blank"&gt;german talk&lt;/A&gt; you should first do some steps with the text i/o or the data i/o to get a feeling for the handling of external files, path names etc. The manual according to the XML AddOn does not seem as bad to me. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; But my knowledge of the XML-structure is more theroretical, too.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Why can't you read a dump text or database-file from JavaScript?</description>
      <pubDate>Tue, 02 May 2006 12:18:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68418#M34597</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-05-02T12:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68419#M34598</link>
      <description>I dont used this command because i creat a new document with the 'w' on the HD. An that is my only sucess on this project that he make a new document. I can try it but there is the next problem what should i write in this command when the fieldID is ignored? &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;OUTPUT ch7, "CreateDocument","","opt"&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
or&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;OUTPUT ch7, "CreateDocument","opt"&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
I know that the fielID is a position in the XML document but he makes a clear document and then i haven't a position to tell him.&lt;BR /&gt;
&lt;BR /&gt;
I can send you my GDL object maybe you have a idea how to make it.</description>
      <pubDate>Tue, 02 May 2006 12:25:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68419#M34598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-02T12:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68420#M34599</link>
      <description>&lt;BLOCKQUOTE&gt;CreateDocument ist nur zulässig, wenn die Datei im Modus "Neue Datei" oder "Überschreiben" geöffnet wurde. In diesen Modi muss diese Anweisung zuerst ausgeführt werden, um das XML-Dokument zu erstellen.&lt;/BLOCKQUOTE&gt; Unexpected clear explanation in the manual. OPEN file and OUTPUT "CreateDocument". If it makes sense for you is not the question. It's the syntax. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
The first one, I guess is right. The parameter is described as "ignored", but not as "not expected" (as i some other commands in GDL too).</description>
      <pubDate>Tue, 02 May 2006 12:52:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68420#M34599</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-05-02T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68421#M34600</link>
      <description>&lt;BLOCKQUOTE&gt;insertpos kann folgendes sein::  &lt;BR /&gt;
AsNextSibling:  Das neue Element wird nach der in fieldID angegebenen Position eingefügt  &lt;BR /&gt;
AsPrevSibling:  Das neue Element wird vor der in fieldID angegebenen Position eingefügt  &lt;BR /&gt;
AsFirstChild:  Das neue Element wird als erstes untergeordnetes Element des in fieldID (muss ein Elementknoten sein) angegebenen Knotens eingefügt  &lt;BR /&gt;
AsLastChild:  Das neue Element wird als letztes untergeordnetes Element des in fieldID (muss ein Elementknoten sein) angegebenen Knotens eingefügt&lt;/BLOCKQUOTE&gt;

Yes it is right the syntax is my problem how to write the hole  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_evil.gif" style="display : inline;" /&gt; shi.......t &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_evil.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
In every command there is that word &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;insertpos&lt;E&gt;&lt;/E&gt; an i read that this word have a meaning (see at the Quote). I think i have a mistake in my syntax when i try to write something in the XML File because he makes a new document and then i get an error like "Syntax Fehler" and "Dateibearbeitungsfehler".&lt;BR /&gt;
&lt;BR /&gt;
Do you have a example for me how to write this &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;NewComment&lt;E&gt;&lt;/E&gt; command?</description>
      <pubDate>Tue, 02 May 2006 13:11:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68421#M34600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-02T13:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68422#M34601</link>
      <description>I have another success he makes a new document an write something in it. I'm really happy about this because i'm sitting for 4 days on this problem. My mistake was the command &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;CreateDocument&lt;E&gt;&lt;/E&gt; but my next problem is to tell him the &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;fieldID&lt;E&gt;&lt;/E&gt; when i like to write something in the document with the &lt;B&gt;&lt;I&gt;&lt;/I&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/B&gt;&lt;/S&gt;OUTPUT&lt;E&gt;&lt;/E&gt; command.</description>
      <pubDate>Wed, 03 May 2006 07:40:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68422#M34601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T07:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68423#M34602</link>
      <description>The fieldID will be the name of a node. I think, that it will create a XML tag. XML is an object orientaded data model. You have to declare a node and then you can assign a value to it. To "talk" or "read from" a certain node, you have to identify it by its name. As you do in text i/o to use the column number of the actual row.&lt;BR /&gt;
Again my question: Are you familiar with the XML format? Do you have an aim of export format/structure? Can you create such an file "by hand" and post it?</description>
      <pubDate>Wed, 03 May 2006 08:28:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68423#M34602</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-05-03T08:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: GDL XML Extension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68424#M34603</link>
      <description>&lt;BLOCKQUOTE&gt;Again my question: Are you familiar with the XML format? Do you have an aim of export format/structure? Can you create such an file "by hand" and post it?&lt;/BLOCKQUOTE&gt;

Not exactly me but a Teammate is very good in those things. He makes our websites and other things with HTML/PHP/JAVA/XML. My part of this project is to "learn" to write the GDL object an he makes the JAVA programm to read the hole data.&lt;BR /&gt;
&lt;BR /&gt;
I also think that i have to tell him a node but how? I can define a node with an Number (like 00 or 01) or with a Name. The two things are possible but in the GDL Documentation is nothing explained how to use this command.</description>
      <pubDate>Wed, 03 May 2006 08:47:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68424#M34603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T08:47:53Z</dc:date>
    </item>
    <item>
      <title>Starting problem</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68425#M34604</link>
      <description>Hello to all.&lt;BR /&gt;
I need an add on to open, read and modify a document "xml",  or have to write a script into a new object.</description>
      <pubDate>Mon, 09 May 2011 08:56:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-XML-Extension/m-p/68425#M34604</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2011-05-09T08:56:15Z</dc:date>
    </item>
  </channel>
</rss>

