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,e94377eb0eb5f0d7 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!i25g2000yqm.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: XML Serializer for ADA Date: Wed, 31 Mar 2010 02:06:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: <209f08e0-c8f3-4435-82fc-57c983d0ce68@i25g2000yqm.googlegroups.com> References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1270026415 17799 127.0.0.1 (31 Mar 2010 09:06:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 31 Mar 2010 09:06:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i25g2000yqm.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:10782 Date: 2010-03-31T02:06:55-07:00 List-Id: George asked on comp.lang.ada: > =A0 =A0I'm looking for an XML serializer for ADA, that is, an application > that, provinding an ADA type, will convert it to an xml stream and > viceversa. I've heard about XMLBooster, but it seems it uses its own > xml library and not XML/Ada from adacore. Maybe http://www.mckae.com/avatox.html ? It does not use XML/Ada either but uses ASIS to parse the definition of the Ada type. HTH -- Ludovic Brenta.