- Delphi Cookbook
- Daniele Spinetti Daniele Teti
- 39字
- 2025-04-04 16:22:46
Getting ready
All the basic XML-related activities can be summarized with the following points:
- Generate XML data
- Parse XML data
- Parse XML data and modify it
In this recipe, you will see how to carry out all these activities.