Re: XML parser
From: C4D - Kim Madsen (kbm_at_components4developers.com)
Date: 07/10/04
- Next message: Jens Gruschel: "Re: XML parser"
- Previous message: Viatcheslav V. Vassiliev: "Re: XML parser"
- 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 21:55:55 +0200
Hi,
kbmMW commercial release bundles two very fast XML parsers - DOM and SAX.
For a free one, check out the following:
Open XML: http://www.philo.de/xml/
Use of MSXML: http://www.howtodothings.com/showarticle.asp?article=227
SAX for Pascal: http://xml.defined.net/sax/
-- best regards Kim Madsen kbm@components4developers.com www.components4developers.com The best components for the best developers kbmMW - RAD Enterprise class n-tier application server framework kbmMemTable - High performance memory table kbmWABD - RAD web development kbmX10 - RAD house automation "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. > > Jens > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.718 / Virus Database: 474 - Release Date: 09-07-2004
- Next message: Jens Gruschel: "Re: XML parser"
- Previous message: Viatcheslav V. Vassiliev: "Re: XML parser"
- 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
|