Try www.cuesoft.com for their XML parser. If you download the trial version,
you'll see reference to the "Standard Version" which is a freeware ActiveX
control (you only see this once you've filled in your details to download
the trial). We've been using the Standard version for a while and it seems
to work pretty well. You can also import the type library as with the MSXML
version.
The CueSoft version actually has one advantage over the MS one in that you
can CoCreate() elements too (with the MS version you can only CoCreate() the
DOM and use that to create new elements in the tree). You may of course not
need this, but I found it quite handy actually...
Xander
----- Original Message -----
From: Donovan J. Edye <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Friday, February 25, 2000 10:30 AM
Subject: RE: [DUG]: Freeware XML Class??
> P,
>
> Thanks..... Hmmmm.... Not sure I want a dependency on IE4+ tho.....
>
> ------------------------------------------------------------------------
> --Donovan
> Donovan J. Edye [www.edye.wattle.id.au]
> Namadgi Systems, Delphi Developer
> Web: www.namsys.com.au E-Mail: [EMAIL PROTECTED]
> Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
> TVisualBasic = Class(None);
> ------------------------------------------------------------------------
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Peter Ingham
> Sent: Thursday, 24 February 2000 17:56
> To: Multiple recipients of list delphi
> Subject: Re: [DUG]: Freeware XML Class??
>
>
> On Tue, 22 Feb 2000 16:33:17 +1100, you wrote:
>
> >G'Day All,
> >
> >I was wondering if anyone could recommend a set of freeware classes to do
> >basic XML encoding and decoding? Has anyone had a good look at the XML
> >classes that were shown in the Delphi Informant (Current issue I think).
I
> >have not and was wondering if they would do the job or if there are some
> >others out there? I am looking for native object pascal with no fiddly
bits
> >(DLL's etc.)
>
> If you're not averse to using Microsoft software, you can do an "Import
> Type
> Library" on the MSXML COM object and get a very full xml implementation
> (msxml
> comes with IE4, IE5). Docs on MSDN web site.
>
>
> >
> >TIA
> >
> >------------------------------------------------------------------------
> >--Donovan
> >Donovan J. Edye [www.edye.wattle.id.au]
> >Namadgi Systems, Delphi Developer
> >Web: www.namsys.com.au E-Mail: [EMAIL PROTECTED]
> >Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
> >TVisualBasic = Class(None);
> >------------------------------------------------------------------------
> >
>
>---------------------------------------------------------------------------
> > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> > Website: http://www.delphi.org.nz
>
> --
>
> Peter S Ingham [EMAIL PROTECTED]
> Lower Hutt, New Zealand
> --------------------------------------------------------------------------
-
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
>
> --------------------------------------------------------------------------
-
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
>
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz