Get an XML Parser. There is the microsoft one, an IBM one, I think there are
a few free ones,
www.nothingbutnet.co.nz rings bells (PETER!!!), the Delphi-Jedi site - etc
etc etc. Basically, if you have D6 enterprise, you
can load it in from a string or file, and it puts it all nicely into a tree
structure for you (you need a sample or XSD/DTD first tho). I dont know how
the other ones work, but I'd guess its similar.

Nic.

----- Original Message -----
From: "Chris Veale" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 9:28 AM
Subject: [DUG]: Retrieving data from XML streams


> Can anyone tell me how to retrieve data returned from an XML stream?
>
> We are making a http request to a MySQL database and have configured the
> system so that an XML stream is returned to the application.
>
> I can display this resultset fine.....but want to be able to retrieve the
> data from the stream so that we can perform some number crunching on it
and
> provide other solutions for the user based on the retrieved data.
>
> Any ideas?
>
> Cheers
>
> Chris Veale
>
> Chris Veale
> HortResearch
> Private Bag 11030
> Palmerston North
> +6463568080
>
>
>
> ______________________________________________________
> The contents of this e-mail are privileged and/or confidential to the
> named recipient and are not to be used by any other person and/or
> organisation. If you have received this e-mail in error, please notify
> the sender and delete all material pertaining to this e-mail.
> ______________________________________________________
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to