Re: XML parser

From: Finn Tolderlund (no_at_spam.dk)
Date: 07/10/04


Date: Sat, 10 Jul 2004 23:06:22 +0200

Go to sourceforge and download Turbopower's XMLpartner component pacakage.

-- 
Finn Tolderlund
"Jens Gruschel" <nospam@pegtop.net> skrev i en meddelelse
news:40f042c0@newsgroups.borland.com...
> For one of my applications I write and read some data to / from a CSV file
> with a simple routine based on a text file and some string separation
> functions. Now I want to replace the CSV file by a XML file. Is there a
good
> and simple XML component around, free if possible, which I can use easily
> without having to change too much of my existing code? Probably a parser
for
> reading would do, because it wouldn't be too hard to code my own routine
to
> write the XML file.