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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c9d14a9b4208ef0b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-14 19:59:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!sunqbc.risq.qc.ca!nf3.bellglobal.com!wn1feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <3CE02EE1.8FEBD4DE@despammed.com> <3CE03784.DD40698E@despammed.com> <3CE14210.AC3FC998@despammed.com> Subject: Re: XML generator X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc01 1021431583 12.225.227.101 (Wed, 15 May 2002 02:59:43 GMT) NNTP-Posting-Date: Wed, 15 May 2002 02:59:43 GMT Organization: AT&T Broadband Date: Wed, 15 May 2002 02:59:43 GMT Xref: archiver1.google.com comp.lang.ada:24065 Date: 2002-05-15T02:59:43+00:00 List-Id: "Wes Groleau" wrote in message news:3CE14210.AC3FC998@despammed.com... > > > > > Anyone know of an open source Ada tool to generate XML? > > > > > > http://libre.act-europe.fr/xmlada/ > > > > Thanks! That was the first thing I saw, > > but at first glance, it appeared to be > > only a parser. Now I see the part about > > the DOM, which might help. I'm looking > > at it. > > On second thought, it can be used to WRITE > XML only if I provide the callbacks--which > are the very parts I was trying to avoid writing. I belive this is only true if you're using SAX. I think with DOM you can create the structures in memory and then make a single call to write the tree. I have worked with XML/Ada a little on reading files (easy once you figure it out) and have a couple of patches. I think Emmanuel is very busy with GPS right now so it may be a while before these show up in a new version. SteveD > -- > Wes Groleau > http://freepages.rootsweb.com/~wgroleau