<?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 Create a position descriptor with XML add-on in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Create-a-position-descriptor-with-XML-add-on/m-p/134446#M18609</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi&lt;BR /&gt;
&lt;BR /&gt;
I can't perform to create a position descriptor with XML add-on&lt;BR /&gt;
&lt;BR /&gt;
here is my code
&lt;PRE&gt;!! Open file
chXml = OPEN ('XML', "Types_Profil_Bac_Acier.xml", "'r', 'l'")

!! New descriptor
INPUT(chXml, "NewPositionDesc", "ignored", posRoot)&lt;/PRE&gt;

archicad told me : "return function unused value"&lt;BR /&gt;
&lt;BR /&gt;
I think that the problem come from the fieldID which must be ignored, and i don't know how to make this&lt;BR /&gt;
&lt;BR /&gt;
i tried:&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", "", posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", , posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", fieldID, posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", "fieldID", posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", posRoot)&lt;BR /&gt;
&lt;BR /&gt;
nothing work, if you got an idea&lt;BR /&gt;
&lt;BR /&gt;
i thought there is a lack of example in the GDL reference Guide &lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 18 Nov 2010 18:21:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-18T18:21:55Z</dc:date>
    <item>
      <title>Create a position descriptor with XML add-on</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Create-a-position-descriptor-with-XML-add-on/m-p/134446#M18609</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi&lt;BR /&gt;
&lt;BR /&gt;
I can't perform to create a position descriptor with XML add-on&lt;BR /&gt;
&lt;BR /&gt;
here is my code
&lt;PRE&gt;!! Open file
chXml = OPEN ('XML', "Types_Profil_Bac_Acier.xml", "'r', 'l'")

!! New descriptor
INPUT(chXml, "NewPositionDesc", "ignored", posRoot)&lt;/PRE&gt;

archicad told me : "return function unused value"&lt;BR /&gt;
&lt;BR /&gt;
I think that the problem come from the fieldID which must be ignored, and i don't know how to make this&lt;BR /&gt;
&lt;BR /&gt;
i tried:&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", "", posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", , posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", fieldID, posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", "fieldID", posRoot)&lt;BR /&gt;
INPUT(chXml, "NewPositionDesc", posRoot)&lt;BR /&gt;
&lt;BR /&gt;
nothing work, if you got an idea&lt;BR /&gt;
&lt;BR /&gt;
i thought there is a lack of example in the GDL reference Guide &lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Nov 2010 18:21:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Create-a-position-descriptor-with-XML-add-on/m-p/134446#M18609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-18T18:21:55Z</dc:date>
    </item>
  </channel>
</rss>

