Re: XML Read/Write with D5??
"Me" <me@xxxxxxxx> wrote in message
news:efbaa35rahpce5dgscdmjsnn44kqrsq4fv@xxxxxxxxxx
Does anyone know where I could find an example of how to read and
write local XML files with Delphi 5.0? I'm refering to XML files
stored on my "Local" computer.
Glib answer: TStrings.LoadFromFile - XML is text, right?
More usefully, you'd get an XML parser from somewhere and ask it to
parse the text. The more expensive Delphi editions appear to have
XML support; look in the help. My Delphi Professional at work does
not even seem to have it; I imported the MSXML type library and it
works mostly well (I'd like to have more control over what happens
if external DTD subsets can't be located). The Apache project has
libraries for download. And six or seven years ago, I wrote my own.
Groetjes,
Maarten Wiltink
.
Relevant Pages
- Re: XSD to Pascal Objects?
... only for Delphi users, and Delphi users of XML at that, we're talking about ... A recordset field can be another, ... Then, when you save the top-level recordset as an XML file, it saves ... got my read/write hierarchical data structure. ... (borland.public.delphi.thirdpartytools.general) - Re: Those requirements just get weirder :-)
... >> programming ability between individuals, something of the order of 10:1 ... and Ian is right in anothe respect - what does four years ... except Delphi, but all the rest I can make work to a more than acceptable level. ... Now I'm writing stuff in C# against a MySQL database with XML, ... (uk.consultants) - Re: XML stylesheet editor
... look for XML). ... > dataset in Word using stylesheet .dot). ... Is there a native Delphi VCL component or Axtivex ... (borland.public.delphi.thirdpartytools.general) - Re: ASP, Delphi and XML help
... call the method of your ActiveX and return the xml as response for ASP-page ... ActiveX's method (caled from ASP page) which will import your xml to ... I have both SMExport and SMImport. ... Delphi application and also to be able to send an XML from my Delphi ... (borland.public.delphi.thirdpartytools.general) - Re: Dexter and MIDAS
... A Delphi Programming Blog ... > A .NET dataset is happy with a well-formed xml. ... > the xml template in a pageproducer component and connect a Delphi ... Then execute it, whoila, a valid .NET dataset. ... (borland.public.delphi.non-technical) |
|