Re: XML parser
From: Danny Heijl (danny.heijl__at__pandora.be)
Date: 07/10/04
- Next message: Jens Gruschel: "Re: XML parser"
- Previous message: Andrew Diabo: "Re: How to get a parent folder"
- In reply to: Jens Gruschel: "XML parser"
- Next in thread: Jens Gruschel: "Re: XML parser"
- Reply: Jens Gruschel: "Re: XML parser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 10 Jul 2004 22:32:09 +0200
Have a look at the xml parser (SAX-like) by Stefan Heymann at
http://www.destructor.de/.
Free, native Pascal, light-weight, source code, *very* fast, easy to use.
I use it all the time when I don't need all the features of MSXML, and I
have not found any bug yet.
Danny
--- "Jens Gruschel" <nospam@pegtop.net> schreef in bericht 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. > > Jens > >
- Next message: Jens Gruschel: "Re: XML parser"
- Previous message: Andrew Diabo: "Re: How to get a parent folder"
- In reply to: Jens Gruschel: "XML parser"
- Next in thread: Jens Gruschel: "Re: XML parser"
- Reply: Jens Gruschel: "Re: XML parser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|