comp.lang.ada
 help / color / mirror / Atom feed
From: "Andy Ingram" <andy_ingram@lineone.net>
Subject: XML ada
Date: Wed, 26 Mar 2003 15:57:47 -0000
Date: 2003-03-26T15:57:47+00:00	[thread overview]
Message-ID: <3e81cd83$1_1@mk-nntp-1.news.uk.worldonline.com> (raw)

I have just started using XML/Ada.
I have been playing around and have managed to get to grips with nodes and
node lists to get a 'list' of elements with the same tag.  However i am now
trying to get the data within these tags.  I am attempting this by using
DOM.Core.Character_Datas.Data and passing it a node (obtained from my
nodelist).  This returns a DOM String.  How do i then use this DOM String as
a 'normal' string? I.e how do i output this to the display or store it in a
string for later use?
EG. below, i want to output all the values of 'name', ie..
***
bob
bill
***
<peoplelist>
  <person>
    <name>bob</name>
    ...
    ...
  </person>
  <person>
    <name>bill</name>
    ...
    ...
  </person>
</peoplelist>


Thanks for any help
Darren





             reply	other threads:[~2003-03-26 15:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26 15:57 Andy Ingram [this message]
2003-03-26 19:43 ` XML ada 
2003-03-27  4:53 ` Steve
2003-03-28  3:29   ` Steve
2003-04-08 11:54     ` darren.i
replies disabled

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