Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is a tutorial for using XML with Delphi? [closed]

Tags:

xml

delphi

I need a sample or tutorial on working with XML files. I want to create a file that contains a "record" to a person, something like this:

Name: Just Me
Age: 99
EMail: [email protected]

I want to learn how to read and write an XML file.

like image 564
Remus Rigo Avatar asked Oct 08 '09 01:10

Remus Rigo


2 Answers

See Creating, Parsing and Manipulating XML Documents with Delphi

like image 52
bugmagnet Avatar answered Sep 28 '22 04:09

bugmagnet


Have a look at Jeroen Pluimers Sessions at CodeRage 4

called Practical XML in Delphi

"Starting with the XML basics, learn about well formed and valid documents, encoding, and recoding and XSD validation. See examples in Delphi for Win32 and Delphi Prism showing you which tool to choose when. Finally, learn where things can go wrong and how to prevent that: improper but well formed XML, copying data between XML documents, convert XML to tables and objects, etc."

like image 41
Charles Faiga Avatar answered Sep 28 '22 04:09

Charles Faiga