comp.lang.ada
 help / color / mirror / Atom feed
From: Vadim Godunko <vgodunko@gmail.com>
Subject: Re: generating an XML file using Ada code
Date: Sun, 26 Jun 2016 07:15:14 -0700 (PDT)
Date: 2016-06-26T07:15:14-07:00	[thread overview]
Message-ID: <eae1ddb5-0289-43f9-9bea-e541fdddccad@googlegroups.com> (raw)
In-Reply-To: <139d39ee-c198-4a63-a5c6-9cb265820edb@googlegroups.com>

On Saturday, June 25, 2016 at 2:41:13 AM UTC+3, Stephen Leake wrote:
> 
> How can I create an XML file?
> 
You can use Matreshka's XML.SAX.Pretty_Writers package to generate XML text file and format it (if necessary). It uses "SAX events" to serialize data, thus you don't need to construct whole XML DOM tree in memory before writing to disk.

      parent reply	other threads:[~2016-06-26 14:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-24 14:44 generating an XML file using Ada code Stephen Leake
2016-06-25  5:32 ` Niklas Holsti
2016-06-25  7:11 ` Simon Wright
2016-06-25 14:14 ` Georg Bauhaus
2016-06-26 14:15 ` Vadim Godunko [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox