Re: XML parser

From: Viatcheslav V. Vassiliev (support_at_oledbdirect.com)
Date: 07/10/04


Date: Sat, 10 Jul 2004 23:57:17 +0400

MS XML is very good. It is free and available on
http://msdn.microsoft.com/XML/XMLDownloads/default.aspx - look for MSXML
4.0. MS XML 3 is installed with IE starting, if I am not wrong, from IE 5.

//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)

"Jens Gruschel" <nospam@pegtop.net> сообщил/сообщила в новостях следующее:
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
>
>



Relevant Pages

  • Re: Fastest possible serialization
    ... routine which will write binary representations of the field values to a ... It took about twice as long as parsing the equivalent XML ... I thought that serialization could be fairly fast, ... 'inline' with user interaction, and the most entertaining progress bar ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: XML Import options
    ... and then call the procedure from your client code while passing the content ... >> stored proc directly, you can use NTEXT/TEXT as stored proc parameters! ... >>> I have a text parsing routine on the front end written many years ago ... >>> when XML was ...
    (microsoft.public.sqlserver.xml)
  • Re: Importing XML for Newbies
    ... I have to admit I am not a convert to the XML world, but as I said, I am a newbie to it as well. ... and I think there are several quoted or linked in Dave Pawson's XSL FAQ at http://www.dpawson.co.uk/xsl/ ... XML is just a fancy way of identifying information: you can see from the above example that it is much clearer in naming items and positioning them in the hierarchy than CSV. ... then a little routine to run XSLT over the data and spit out CSV should do you just fine. ...
    (microsoft.public.sqlserver.xml)
  • Re: XML parser
    ... Have a look at the xml parser by Stefan Heymann at ... Now I want to replace the CSV file by a XML file. ... because it wouldn't be too hard to code my own routine ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: XML parser
    ... kbmMW commercial release bundles two very fast XML parsers - DOM and SAX. ... Probably a parser for> reading would do, because it wouldn't be too hard to code my own routine to> write the XML file. ...
    (borland.public.delphi.thirdpartytools.general)