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 X-Google-Thread: 103376,398ba69f3e5ab230 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-13 16:23:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!newsfeed.stueberl.de!newspeer1-gui.server.ntli.net!ntli.net!newsfep4-glfd.server.ntli.net.POSTED!53ab2750!not-for-mail From: "chris.danx" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en, en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: DOM in XML/Ada References: <3E4A7B4F.7040107@epfl.ch> In-Reply-To: <3E4A7B4F.7040107@epfl.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: Date: Fri, 14 Feb 2003 00:25:42 +0000 NNTP-Posting-Host: 80.4.69.66 X-Complaints-To: abuse@ntlworld.com X-Trace: newsfep4-glfd.server.ntli.net 1045182201 80.4.69.66 (Fri, 14 Feb 2003 00:23:21 GMT) NNTP-Posting-Date: Fri, 14 Feb 2003 00:23:21 GMT Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:34080 Date: 2003-02-14T00:25:42+00:00 List-Id: 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 ;) danx