"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 >