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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,398ba69f3e5ab230 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-13 19:07:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc52.ops.asp.att.net.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: <3E4A7B4F.7040107@epfl.ch> Subject: Re: DOM in XML/Ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc52.ops.asp.att.net 1045192023 12.211.13.75 (Fri, 14 Feb 2003 03:07:03 GMT) NNTP-Posting-Date: Fri, 14 Feb 2003 03:07:03 GMT Organization: AT&T Broadband Date: Fri, 14 Feb 2003 03:07:03 GMT Xref: archiver1.google.com comp.lang.ada:34084 Date: 2003-02-14T03:07:03+00:00 List-Id: "chris.danx" wrote in message news:ZFW2a.3444$WR4.22398@newsfep4-glfd.server.ntli.net... > Rodrigo Garc�a wrote: > > I wanted to create and populate an XML document using the DOM interface > > of XML/Ada. Does anybody know how to write an xml file with XML/Ada? I > > am afraid there only exist the procedures to print the document in the > > screen... > > I thikn you're going to have to write it yourself. I just checked the > implementation and the given implementation of print looks fairly > straight forward but I haven't studied it enough to know whether it > deals with utf properly. A quick inspection suggests no. > > If you do implement a writer, please contribute it to the interface. It > would be a welcome addition. Failing that I should be getting around to > doing some XML processing in Ada with DOM for a project in about two > months, so you could wait until then ;) > Don't hold your breath on submitted patches making it to the Libre site. I submitted fixes to a couple of significant bugs last april, and they still haven't shown up on the site. The last modified date on the web page is Dec 3, 2001 I also submitted a few minor changes to make XML/Ada non-GNAT specific (I'm using it with ObjectAda), they haven't made it either. Steve (The Duck) > > danx >