comp.lang.ada
 help / color / mirror / Atom feed
* XML ada
@ 2003-03-26 15:57 Andy Ingram
  2003-03-26 19:43 ` 
  2003-03-27  4:53 ` Steve
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Ingram @ 2003-03-26 15:57 UTC (permalink / 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





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

end of thread, other threads:[~2003-04-08 11:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-26 15:57 XML ada Andy Ingram
2003-03-26 19:43 ` 
2003-03-27  4:53 ` Steve
2003-03-28  3:29   ` Steve
2003-04-08 11:54     ` darren.i

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