Bj�rn Lundin wrote: > Is there a way of converting a dom document from > XML/Ada (1.0) to a string? > > I found a Print in DOM.Core.Nodes that prints out a document to std > out. That is actually what I want, but to a string instead, that I > can put through a socket later on. You could set the standard output to be a file that you read in later. see Ada.Text_IO.Set_Output Bit clunky but should work. Cheers -- Martin