From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7dc0815e0e821f9f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!pd7cy1no!pd7cy2so!shaw.ca!atl-c07.usenetserver.com!pc01.usenetserver.com!ALLTEL.NET-a2kHrUvQQWlmc!not-for-mail Date: Wed, 15 Jun 2005 08:13:56 -0500 From: "Marc A. Criley" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ANN: XML EZ Out 1.03 posted References: <4c7b3$42aedbb6$49950c9$10048@ALLTEL.NET> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <49f25$42b02986$4995395$31514@ALLTEL.NET> X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: 49f2542b02986a13cf63031514 Xref: g2news1.google.com comp.lang.ada:11370 Date: 2005-06-15T08:13:56-05:00 List-Id: Preben Randhol wrote: > On Tue, Jun 14, 2005 at 08:29:27AM -0500, Marc A. Criley wrote: > >>XML EZ_Out is a small set of packages intended to aid the creation of >>XML-formatted output from within Ada programs. It basically wraps the >>tags and data provided to it with XML syntax and writes them to a >>user-supplied medium. > > > Great, just what I needed! :-) Glad to be of assistance! :-) > One question. The code is GMGPL as the source suggests? Is it OK to > distribute the library source code with a program that uses it? Do you > want any special files to be included or it is ok as is? Yes, it is GMGPL. Yes, you can distribute the source code with a program using it. Please keep it together in a single directory and keep the String_Stream and Text_File child packages in there, even if you're not using them, so that the users of your app would see XML EZ Out as a utility they could pick up and use as well. In that folder you can omit the tmeztf.adb test program, as well as the README, but I would appreciate a link somewhere in your README or other documentation pointing back to www.mckae.com. > Keep up the excellent work! Thank you for your support :-) Marc www.mckae.com