我需要一个关于使用
XML文件的示例或教程.我想为一个人创建一个包含“记录”的文件,如下所示:
Name: Just Me Age: 99 EMail: me@some.net
我想学习如何读写XML文件.
解决方法
在
CodeRage 4看一下Jeroen Pluimers Sessions
“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.”