在Delphi中使用XML的教程在哪里?

我需要一个关于使用 XML文件的示例或教程.我想为一个人创建一个包含“记录”的文件,如下所示:
Name: Just Me
Age: 99
EMail: me@some.net

我想学习如何读写XML文件.

解决方法

CodeRage 4看一下Jeroen Pluimers Sessions

叫做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.”

相关文章

 从网上看到《Delphi API HOOK完全说明》这篇文章,基本上都...
  从网上看到《Delphi API HOOK完全说明》这篇文章,基本上...
ffmpeg 是一套强大的开源的多媒体库 一般都是用 c/c+&#x...
32位CPU所含有的寄存器有:4个数据寄存器(EAX、EBX、ECX和ED...
1 mov dst, src dst是目的操作数,src是源操作数,指令实现的...