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

前端之家收集整理的这篇文章主要介绍了在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.”

原文链接:https://www.f2er.com/delphi/102049.html

猜你在找的Delphi相关文章