Joel
You actually don't need an XML 'Parser' to use XML. There is some confusion
over the
term parser in regard to XML - It should mean validating an XML doc against
a DTD (Doc type Def)
Which is probably what you are refering to in
> but what/who's parser
> works under Delphi. I take it that a C or Java parser is out of the
> question, so what works under Delphi?
but some call the object that creates a DOM (Doc Object model) instantiation
from an XML file
a 'parser' (I suppose it 'parses' the doc in the respect that it checks the
XML syntax )
Try
http://www.icom-dv.de/
also go to
http://homepages.borland.com/ccalvert/TechPapers/Delphi/XMLSimple/XMLSimple.
html
HTH
Neven
----- Original Message -----
From: Joel van Velden <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Monday, 27 November 2000 18:24
Subject: [DUG]: XML Parser
> Hi there all,
>
> Just an XML query:
>
> I know very little about XML, (or about anything for that matter ;-) )
> however I'm thinking about mucking around with XML, but what/who's parser
> works under Delphi. I take it that a C or Java parser is out of the
> question, so what works under Delphi?
>
> TIA
> Joel van Velden
>
> --------------------------------------------------------------------------
-
> 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"
>
---------------------------------------------------------------------------
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"