<?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: Is the LP_XMLConverter source code public? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218820#M4396</link>
    <description>&lt;BLOCKQUOTE&gt;James wrote:&lt;BR /&gt;
 integration with tools such as a GDL linter or preprocessor&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Wait, did you built a GDL linter? That would be awesome.&lt;BR /&gt;
&lt;BR /&gt;
But yeah, more open source would definitely be great...</description>
    <pubDate>Tue, 18 Feb 2020 00:05:58 GMT</pubDate>
    <dc:creator>runxel</dc:creator>
    <dc:date>2020-02-18T00:05:58Z</dc:date>
    <item>
      <title>Is the LP_XMLConverter source code public?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218816#M4392</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I would like to tweak and improve LP_XMLConverter. Is the source code available? I couldn't find it in the Library SDK. It seems to me that the perl scripts just wrap the LP_XMLConverter binary. Should I be using the perl scripts instead of LP_XMLConverter directly?&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Jul 2023 11:31:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218816#M4392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-04T11:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is the LP_XMLConverter source code public?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218817#M4393</link>
      <description>No Graphisoft source code is available to my knowledge.  Were the XML Converter tool available, it would be on the developer SDK site with the API and library kits, but it isn't.&lt;BR /&gt;
&lt;BR /&gt;
While you can't change the conversion from XML back to GDL... you can certainly run any code/scripts on the XML itself prior to conversion.  Is that not sufficient to achieve your goals?</description>
      <pubDate>Sat, 15 Feb 2020 17:17:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218817#M4393</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2020-02-15T17:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is the LP_XMLConverter source code public?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218818#M4394</link>
      <description>What's your plan, James?&lt;BR /&gt;
&lt;BR /&gt;
What do you want to achieve?</description>
      <pubDate>Sat, 15 Feb 2020 17:41:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218818#M4394</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2020-02-15T17:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is the LP_XMLConverter source code public?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218819#M4395</link>
      <description>I want to make changes ranging from basic things like prettier output and more verbose errors to more advanced functionality such as concurrency or integration with tools such as a GDL linter or preprocessor. I don't understand why Graphisoft would want to keep the source from the public. I don't see it hurting the company at all and it would be better for the community as a whole if we could contribute to the tools. We all have our different needs and use-cases, and could benefit from the work of other users.&lt;BR /&gt;
&lt;BR /&gt;
Right now, I've just been "wrapping" LP_XMLConverter in a Python script for my build process, but if Graphisoft doesn't want to open-source it, I may resort to reversing the GSM format myself and writing my own converter, which would be a pain.</description>
      <pubDate>Mon, 17 Feb 2020 21:12:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218819#M4395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-17T21:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is the LP_XMLConverter source code public?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218820#M4396</link>
      <description>&lt;BLOCKQUOTE&gt;James wrote:&lt;BR /&gt;
 integration with tools such as a GDL linter or preprocessor&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Wait, did you built a GDL linter? That would be awesome.&lt;BR /&gt;
&lt;BR /&gt;
But yeah, more open source would definitely be great...</description>
      <pubDate>Tue, 18 Feb 2020 00:05:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218820#M4396</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2020-02-18T00:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is the LP_XMLConverter source code public?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218821#M4397</link>
      <description>Couldn't you do everything you want using the source XML? If it's part of a build toolchain, then you could simply call the LP_XMLConverter tool as a step in your overall process.</description>
      <pubDate>Tue, 18 Feb 2020 13:00:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-LP-XMLConverter-source-code-public/m-p/218821#M4397</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-02-18T13:00:23Z</dc:date>
    </item>
  </channel>
</rss>

