Chris

I have D6 Ent and have still decided to use the OpenXML parser
Mainly 'cause I want to avoid OS reliance and as Nic points out
to use all the D6 wizz-bang stuff you have 'sample or XSD/DTD first'
They also generate a 'static' map of your XML doc as a class, I think
I'd rather work with a 'dynamic' document.

A more subtle prob I came across with the D6 XMLDoc was the fact
that it was totally interfaced so you couldn't establish pointers to the
nodes, which limited its usefullness outside the class/xml map the 'wizards'
created

Of the 3 I eval'd the best was OpenXML

HTH

Neven

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


> I only have delphi5 professional (archaic huh?)
>
> The whole point of me looking for other ways of doing this is because of
the
> cost of D6 Enterprise....
>
> Will these parsers still work?
>
> Cheers
>
> Chris Veale
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > Behalf Of Nic Wise
> > Sent: Tuesday, November 13, 2001 12:30 PM
> > To: Multiple recipients of list delphi
> > Subject: Re: [DUG]: Retrieving data from XML streams
> >
> >
> > 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/
>
> --------------------------------------------------------------------------
-
>     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