Link to home
Start Free TrialLog in
Avatar of Dato0011
Dato0011

asked on

Generating and parsing XML

anyone knows any freeware component/class to generate and parse XML? like XMlDocument in C#
ASKER CERTIFIED SOLUTION
Avatar of Eddie Shipman
Eddie Shipman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Then there's OpenXML: http://www.philo.de/xml/
Very nice but a little more complicated.

And the Microsoft XML DOM, just put MSXML in your uses for Delphi version6 and up
or import the Microsoft XML Type Library.
(Identical to XMLdocument in C#)