comp.lang.ada
 help / color / mirror / Atom feed
* XML Serializer for ADA
@ 2010-03-31  8:59 George
  2010-03-31  9:06 ` Ludovic Brenta
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: George @ 2010-03-31  8:59 UTC (permalink / raw)


Good mornig,

   I'm looking for an XML serializer for ADA, that is, an application
that, provinding an ADA type, will convert it to an xml stream and
viceversa. I've heard about XMLBooster, but it seems it uses its own
xml library and not XML/Ada from adacore.

   Thank you very much.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for ADA
  2010-03-31  8:59 XML Serializer for ADA George
@ 2010-03-31  9:06 ` Ludovic Brenta
  2010-03-31  9:21 ` AdaMagica
  2010-03-31 19:14 ` XML Serializer for ADA Simon Wright
  2 siblings, 0 replies; 10+ messages in thread
From: Ludovic Brenta @ 2010-03-31  9:06 UTC (permalink / raw)


George asked on comp.lang.ada:
>    I'm looking for an XML serializer for ADA, that is, an application
> that, provinding an ADA type, will convert it to an xml stream and
> viceversa. I've heard about XMLBooster, but it seems it uses its own
> xml library and not XML/Ada from adacore.

Maybe http://www.mckae.com/avatox.html ? It does not use XML/Ada
either but uses ASIS to parse the definition of the Ada type.

HTH

--
Ludovic Brenta.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for ADA
  2010-03-31  8:59 XML Serializer for ADA George
  2010-03-31  9:06 ` Ludovic Brenta
@ 2010-03-31  9:21 ` AdaMagica
  2010-03-31 12:37   ` George
  2010-03-31 12:48   ` Pascal Obry
  2010-03-31 19:14 ` XML Serializer for ADA Simon Wright
  2 siblings, 2 replies; 10+ messages in thread
From: AdaMagica @ 2010-03-31  9:21 UTC (permalink / raw)


Parhaps this is what you're looking for?

XML streaming of Ada objects
http://www.adacore.com/2007/11/26/ada-gem-19/



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for ADA
  2010-03-31  9:21 ` AdaMagica
@ 2010-03-31 12:37   ` George
  2010-03-31 12:48   ` Pascal Obry
  1 sibling, 0 replies; 10+ messages in thread
From: George @ 2010-03-31 12:37 UTC (permalink / raw)


Thank you for your responses Ludovic and AdaMagica.

I'm not sure avatox is what I'm looking for, thought I must confess I
have not yet played around with (only taken a look so far).

Now I'm taking a loot at ada-gem-19. It seems very interestig and I'll
do some tests althought I was looking for something more "automatic".

Thanks!




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for ADA
  2010-03-31  9:21 ` AdaMagica
  2010-03-31 12:37   ` George
@ 2010-03-31 12:48   ` Pascal Obry
  2010-03-31 13:35     ` XML Serializer for Ada Peter Hermann
  1 sibling, 1 reply; 10+ messages in thread
From: Pascal Obry @ 2010-03-31 12:48 UTC (permalink / raw)


Le 31/03/2010 11:21, AdaMagica a �crit :
> XML streaming of Ada objects
> http://www.adacore.com/2007/11/26/ada-gem-19/

Yes, I think that this is what the OP is looking for. It's not 100%
automatic but works well.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for Ada
  2010-03-31 12:48   ` Pascal Obry
@ 2010-03-31 13:35     ` Peter Hermann
  2010-03-31 15:09       ` George
  2010-03-31 19:19       ` Pascal Obry
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Hermann @ 2010-03-31 13:35 UTC (permalink / raw)


Pascal Obry <pascal@obry.net> wrote:
> Le 31/03/2010 11:21, AdaMagica a ??crit :
> > XML streaming of Ada objects
> > http://www.adacore.com/2007/11/26/ada-gem-19/
> 
> Yes, I think that this is what the OP is looking for. It's not 100%
> automatic but works well.
> 
> Pascal.
> 
I added your gem in
www.ihr.uni-stuttgart.de/forschung/ada/resources_on_ada/
for more visibility, although it is since long included in 
www.ihr.uni-stuttgart.de/fileadmin/user_upload/autoren/ph/ada/gems.html

for those searching for xml ;-)


(changed subject line: SCNR)



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for Ada
  2010-03-31 13:35     ` XML Serializer for Ada Peter Hermann
@ 2010-03-31 15:09       ` George
  2010-03-31 18:12         ` Gautier write-only
  2010-03-31 19:19       ` Pascal Obry
  1 sibling, 1 reply; 10+ messages in thread
From: George @ 2010-03-31 15:09 UTC (permalink / raw)


On 31 mar, 15:35, Peter Hermann <h...@h.de> wrote:
> Pascal Obry <pas...@obry.net> wrote:
> > Le 31/03/2010 11:21, AdaMagica a ??crit :
> > > XML streaming of Ada objects
> > >http://www.adacore.com/2007/11/26/ada-gem-19/
>
> > Yes, I think that this is what the OP is looking for. It's not 100%
> > automatic but works well.
>
> > Pascal.
>
> I added your gem inwww.ihr.uni-stuttgart.de/forschung/ada/resources_on_ada/
> for more visibility, although it is since long included inwww.ihr.uni-stuttgart.de/fileadmin/user_upload/autoren/ph/ada/gems.html
>
> for those searching for xml ;-)
>
> (changed subject line: SCNR)

Hi Peter,

   Are the above links available? I get 404 Error when trying to
access them...

   Anyway, gem 19 seems to work only for tagged types and I have only
record types (there are no objets in the application). I'll have to
adapt it to record types...



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for Ada
  2010-03-31 15:09       ` George
@ 2010-03-31 18:12         ` Gautier write-only
  0 siblings, 0 replies; 10+ messages in thread
From: Gautier write-only @ 2010-03-31 18:12 UTC (permalink / raw)


>    Are the above links available? I get 404 Error when trying to
> access them...

I guess you access them from Google which doesn't seem to add the
"http://" automatically...
______________________________________________________________
Gautier's Ada programming -- http://gautiersblog.blogspot.com/
NB: For a direct answer, e-mail address on the following web site:
http://www.fechtenafz.ethz.ch/wm_email.htm



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for ADA
  2010-03-31  8:59 XML Serializer for ADA George
  2010-03-31  9:06 ` Ludovic Brenta
  2010-03-31  9:21 ` AdaMagica
@ 2010-03-31 19:14 ` Simon Wright
  2 siblings, 0 replies; 10+ messages in thread
From: Simon Wright @ 2010-03-31 19:14 UTC (permalink / raw)


You might get some hints from Stephe Leake's Auto_Text_IO at
http://www.stephe-leake.org/ada/auto_text_io.html. This is an ASIS
application.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: XML Serializer for Ada
  2010-03-31 13:35     ` XML Serializer for Ada Peter Hermann
  2010-03-31 15:09       ` George
@ 2010-03-31 19:19       ` Pascal Obry
  1 sibling, 0 replies; 10+ messages in thread
From: Pascal Obry @ 2010-03-31 19:19 UTC (permalink / raw)


Le 31/03/2010 15:35, Peter Hermann a �crit :
> I added your gem in
> www.ihr.uni-stuttgart.de/forschung/ada/resources_on_ada/
> for more visibility, although it is since long included in 
> www.ihr.uni-stuttgart.de/fileadmin/user_upload/autoren/ph/ada/gems.html

Thanks.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-03-31 19:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-31  8:59 XML Serializer for ADA George
2010-03-31  9:06 ` Ludovic Brenta
2010-03-31  9:21 ` AdaMagica
2010-03-31 12:37   ` George
2010-03-31 12:48   ` Pascal Obry
2010-03-31 13:35     ` XML Serializer for Ada Peter Hermann
2010-03-31 15:09       ` George
2010-03-31 18:12         ` Gautier write-only
2010-03-31 19:19       ` Pascal Obry
2010-03-31 19:14 ` XML Serializer for ADA Simon Wright

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